#766D29

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

Shades of Crete #766D29

Tints of Crete #766D29

Color information

#766D29 (or 0x766D29) is unknown color: approx Crete. HEX triplet: 76, 6D and 29. RGB value is (118,109,41). Sum of RGB (Red+Green+Blue) = 118+109+41=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D29 is #8992D6. Grayscale: #686868. Windows color (decimal): -9016023 or 2714998. OLE color: 2714998.

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

Color convert

RGB11810941-
CMYK00.080.650.54
HSL52.99º48.43%31.18%-
HSV(B)52.99º65.25%46.27%-
XYZ13.3414.954.28-
YUV103.9492.48138.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=44.03%
G=40.67%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181094100.080.650.5452.9948.4331.18
Hex766D2908413635301f
Octal1661555101010166656037
Binary1110110110110110100101000100000111011011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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