#766B2D

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

Shades of Crete #766B2D

Tints of Crete #766B2D

Color information

#766B2D (or 0x766B2D) is unknown color: approx Crete. HEX triplet: 76, 6B and 2D. RGB value is (118,107,45). Sum of RGB (Red+Green+Blue) = 118+107+45=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2D is #8994D2. Grayscale: #676767. Windows color (decimal): -9016531 or 2976630. OLE color: 2976630.

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

Color convert

RGB11810745-
CMYK00.090.620.54
HSL50.96º44.79%31.96%-
HSV(B)50.96º61.86%46.27%-
XYZ13.214.564.6-
YUV103.2295.14138.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=43.70%
G=39.63%
B=16.67%

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
Decimal1181074500.090.620.5450.9644.7931.96
Hex766B2D093E36332d20
Octal166153550117666635540
Binary1110110110101110110101001111110110110110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,45); }

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

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

 a { background-color: rgb(118,107,45); }

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

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

 span { border-color: rgb(118,107,45); }

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