#756A2C

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

Shades of Crete #756A2C

Tints of Crete #756A2C

Color information

#756A2C (or 0x756A2C) is unknown color: approx Crete. HEX triplet: 75, 6A and 2C. RGB value is (117,106,44). Sum of RGB (Red+Green+Blue) = 117+106+44=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A2C is #8A95D3. Grayscale: #666666. Windows color (decimal): -9082324 or 2910837. OLE color: 2910837.

HSL color Cylindrical-coordinate representation of color #756A2C: hue angle of 50.96º 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 #756A2C is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11710644-
CMYK00.090.620.54
HSL50.96º45.34%31.57%-
HSV(B)50.96º62.39%45.88%-
XYZ12.9414.274.46-
YUV102.2295.14138.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=43.82%
G=39.70%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171064400.090.620.5450.9645.3431.57
Hex756A2C093E36332d20
Octal165152540117666635540
Binary1110101110101010110001001111110110110110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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