#766E2D

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

Shades of Crete #766E2D

Tints of Crete #766E2D

Color information

#766E2D (or 0x766E2D) is unknown color: approx Crete. HEX triplet: 76, 6E and 2D. RGB value is (118,110,45). Sum of RGB (Red+Green+Blue) = 118+110+45=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E2D is #8991D2. Grayscale: #696969. Windows color (decimal): -9015763 or 2977398. OLE color: 2977398.

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

Color convert

RGB11811045-
CMYK00.070.620.54
HSL53.42º44.79%31.96%-
HSV(B)53.42º61.86%46.27%-
XYZ13.5215.194.7-
YUV104.9894.15137.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=43.22%
G=40.29%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181104500.070.620.5453.4244.7931.96
Hex766E2D073E36352d20
Octal16615655077666655540
Binary111011011011101011010111111110110110110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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