#766C2C

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

Shades of Crete #766C2C

Tints of Crete #766C2C

Color information

#766C2C (or 0x766C2C) is unknown color: approx Crete. HEX triplet: 76, 6C and 2C. RGB value is (118,108,44). Sum of RGB (Red+Green+Blue) = 118+108+44=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C2C is #8993D3. Grayscale: #676767. Windows color (decimal): -9016276 or 2911350. OLE color: 2911350.

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

Color convert

RGB11810844-
CMYK00.080.630.54
HSL51.89º45.68%31.76%-
HSV(B)51.89º62.71%46.27%-
XYZ13.2914.764.53-
YUV103.6994.31138.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=43.70%
G=40%
B=16.30%

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
Decimal1181084400.080.630.5451.8945.6831.76
Hex766C2C083F36342e20
Octal166154540107766645640
Binary1110110110110010110001000111111110110110100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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