#766D2A

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

Shades of Crete #766D2A

Tints of Crete #766D2A

Color information

#766D2A (or 0x766D2A) is unknown color: approx Crete. HEX triplet: 76, 6D and 2A. RGB value is (118,109,42). Sum of RGB (Red+Green+Blue) = 118+109+42=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D2A is #8992D5. Grayscale: #686868. Windows color (decimal): -9016022 or 2780534. OLE color: 2780534.

HSL color Cylindrical-coordinate representation of color #766D2A: hue angle of 52.89º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #766D2A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11810942-
CMYK00.080.640.54
HSL52.89º47.5%31.37%-
HSV(B)52.89º64.41%46.27%-
XYZ13.3614.964.37-
YUV104.0592.98137.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=43.87%
G=40.52%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181094200.080.640.5452.8947.531.37
Hex766D2A08403635301f
Octal1661555201010066656037
Binary1110110110110110101001000100000011011011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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