Shades of Crete #766F29
Tints of Crete #766F29
RGB
CMYK
RGB Variations
Color information
#766F29 (or 0x766F29) is known color: Crete. HEX triplet: 76, 6F and 29. RGB value is (118,111,41). Sum of RGB (Red+Green+Blue) = 118+111+41=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F29 is #8990D6. Grayscale: #696969. Windows color (decimal): -9015511 or 2715510. OLE color: 2715510.
HSL color Cylindrical-coordinate representation of color #766F29: hue angle of 54.55º 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 #766F29 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 41 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.54 |
| HSL | 54.55º | 0.48% | 0.31% | - |
| HSV(B) | 54.55º | 0.65% | 0.46% | - |
| XYZ | 13.56 | 15.38 | 4.35 | - |
| YUV | 105.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 41 | 0 | 0.06 | 0.65 | 0.54 | 54.55 | 0.48 | 0.31 |
| Hex | 76 | 6F | 29 | 0 | 6 | 41 | 36 | 37 | 30 | 1F |
| Octal | 166 | 157 | 51 | 0 | 6 | 101 | 66 | 67 | 60 | 37 |
| Binary | 1110110 | 1101111 | 101001 | 0 | 110 | 1000001 | 110110 | 110111 | 110000 | 11111 |
Color Harmonies of #766F29
Complementary color
Monochromatic Colors of #766F29
Black with #766F29
Text Example
Text Example
White with #766F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F29; }
p { color: rgb(118,111,41); }
H1.HeaderClassName
{
color: #766F29;
}
.AnyTagClassName
{
color: #766F29;
}
</style>
background-color css
<style>
a { background-color: #766F29; }
a { background-color: rgb(118,111,41); }
div.DivClassName
{
background-color: #766F29;
}
.BgClassName
{
background-color: #766F29;
}
</style>
border-color css
<style>
span { border-color: #766F29; }
span { border-color: rgb(118,111,41); }
td.TdClassName
{
border-color: #766F29;
}
.TagClassName
{
border-color: #766F29;
}
</style>