#756c2c

Color #756C2C Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #756C2C

Tints of Crete #756C2C

Color information

#756C2C (or 0x756C2C) is unknown color: approx Crete. HEX triplet: 75, 6C and 2C. RGB value is (117,108,44). Sum of RGB (Red+Green+Blue) = 117+108+44=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C2C is #8A93D3. Grayscale: #676767. Windows color (decimal): -9081812 or 2911349. OLE color: 2911349.

HSL color Cylindrical-coordinate representation of color #756C2C: hue angle of 52.6º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #756C2C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11710844-
CMYK00.080.620.54
HSL52.6º45.34%31.57%-
HSV(B)52.6º62.39%45.88%-
XYZ13.1514.694.52-
YUV103.494.48137.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=43.49%
G=40.15%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171084400.080.620.5452.645.3431.57
Hex756C2C083E36352d20
Octal165154540107666655540
Binary1110101110110010110001000111110110110110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756c2c; }

 p { color: rgb(117,108,44); }

 H1.HeaderClassName
 {
   color: #756c2c;
 }
 .AnyTagClassName
 {
   color: #756c2c;
 }
</style>
background-color css

<style>
 a { background-color: #756c2c; }

 a { background-color: rgb(117,108,44); }

 div.DivClassName
 {
   background-color: #756c2c;
 }
 .BgClassName
 {
   background-color: #756c2c;
 }
</style>
border-color css

<style>
 span { border-color: #756c2c; }

 span { border-color: rgb(117,108,44); }

 td.TdClassName
 {
   border-color: #756c2c;
 }
 .TagClassName
 {
   border-color: #756c2c;
 }
</style>