#766F2C

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

Shades of Crete #766F2C

Tints of Crete #766F2C

Color information

#766F2C (or 0x766F2C) is unknown color: approx Crete. HEX triplet: 76, 6F and 2C. RGB value is (118,111,44). Sum of RGB (Red+Green+Blue) = 118+111+44=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F2C is #8990D3. Grayscale: #696969. Windows color (decimal): -9015508 or 2912118. OLE color: 2912118.

HSL color Cylindrical-coordinate representation of color #766F2C: hue angle of 54.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #766F2C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11811144-
CMYK00.060.630.54
HSL54.32º45.68%31.76%-
HSV(B)54.32º62.71%46.27%-
XYZ13.6115.44.64-
YUV105.4693.32136.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=43.22%
G=40.66%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181114400.060.630.5454.3245.6831.76
Hex766F2C063F36362e20
Octal16615754067766665640
Binary111011011011111011000110111111110110110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F2C; }

 p { color: rgb(118,111,44); }

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

<style>
 a { background-color: #766F2C; }

 a { background-color: rgb(118,111,44); }

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

<style>
 span { border-color: #766F2C; }

 span { border-color: rgb(118,111,44); }

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