#766D2C

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

Shades of Crete #766D2C

Tints of Crete #766D2C

Color information

#766D2C (or 0x766D2C) is unknown color: approx Crete. HEX triplet: 76, 6D and 2C. RGB value is (118,109,44). Sum of RGB (Red+Green+Blue) = 118+109+44=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D2C is #8992D3. Grayscale: #686868. Windows color (decimal): -9016020 or 2911606. OLE color: 2911606.

HSL color Cylindrical-coordinate representation of color #766D2C: hue angle of 52.7º 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 #766D2C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11810944-
CMYK00.080.630.54
HSL52.7º45.68%31.76%-
HSV(B)52.7º62.71%46.27%-
XYZ13.3914.974.57-
YUV104.2893.98137.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=43.54%
G=40.22%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181094400.080.630.5452.745.6831.76
Hex766D2C083F36352e20
Octal166155540107766655640
Binary1110110110110110110001000111111110110110101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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