Shades of Crete #766F28
Tints of Crete #766F28
RGB
CMYK
RGB Variations
Color information
#766F28 (or 0x766F28) is known color: Crete. HEX triplet: 76, 6F and 28. RGB value is (118,111,40). Sum of RGB (Red+Green+Blue) = 118+111+40=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F28 is #8990D7. Grayscale: #696969. Windows color (decimal): -9015512 or 2649974. OLE color: 2649974.
HSL color Cylindrical-coordinate representation of color #766F28: hue angle of 54.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766F28 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 40 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.54 |
| HSL | 54.62º | 0.49% | 0.31% | - |
| HSV(B) | 54.62º | 0.66% | 0.46% | - |
| XYZ | 13.54 | 15.37 | 4.26 | - |
| YUV | 105 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 40 | 0 | 0.06 | 0.66 | 0.54 | 54.62 | 0.49 | 0.31 |
| Hex | 76 | 6F | 28 | 0 | 6 | 42 | 36 | 37 | 31 | 1F |
| Octal | 166 | 157 | 50 | 0 | 6 | 102 | 66 | 67 | 61 | 37 |
| Binary | 1110110 | 1101111 | 101000 | 0 | 110 | 1000010 | 110110 | 110111 | 110001 | 11111 |
Color Harmonies of #766F28
Complementary color
Monochromatic Colors of #766F28
Black with #766F28
Text Example
Text Example
White with #766F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F28; }
p { color: rgb(118,111,40); }
H1.HeaderClassName
{
color: #766F28;
}
.AnyTagClassName
{
color: #766F28;
}
</style>
background-color css
<style>
a { background-color: #766F28; }
a { background-color: rgb(118,111,40); }
div.DivClassName
{
background-color: #766F28;
}
.BgClassName
{
background-color: #766F28;
}
</style>
border-color css
<style>
span { border-color: #766F28; }
span { border-color: rgb(118,111,40); }
td.TdClassName
{
border-color: #766F28;
}
.TagClassName
{
border-color: #766F28;
}
</style>