Shades of Crete #786E2E
Tints of Crete #786E2E
RGB
CMYK
RGB Variations
Color information
#786E2E (or 0x786E2E) is known color: Crete. HEX triplet: 78, 6E and 2E. RGB value is (120,110,46). Sum of RGB (Red+Green+Blue) = 120+110+46=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #786E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E2E is #8791D1. Grayscale: #696969. Windows color (decimal): -8884690 or 3042936. OLE color: 3042936.
HSL color Cylindrical-coordinate representation of color #786E2E: hue angle of 51.89º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #786E2E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 46 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.53 |
| HSL | 51.89º | 0.45% | 0.33% | - |
| HSV(B) | 51.89º | 0.62% | 0.47% | - |
| XYZ | 13.81 | 15.34 | 4.82 | - |
| YUV | 105.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 46 | 0 | 0.08 | 0.62 | 0.53 | 51.89 | 0.45 | 0.33 |
| Hex | 78 | 6E | 2E | 0 | 8 | 3E | 35 | 34 | 2D | 21 |
| Octal | 170 | 156 | 56 | 0 | 10 | 76 | 65 | 64 | 55 | 41 |
| Binary | 1111000 | 1101110 | 101110 | 0 | 1000 | 111110 | 110101 | 110100 | 101101 | 100001 |
Color Harmonies of #786E2E
Complementary color
Monochromatic Colors of #786E2E
Black with #786E2E
Text Example
Text Example
White with #786E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E2E; }
p { color: rgb(120,110,46); }
H1.HeaderClassName
{
color: #786E2E;
}
.AnyTagClassName
{
color: #786E2E;
}
</style>
background-color css
<style>
a { background-color: #786E2E; }
a { background-color: rgb(120,110,46); }
div.DivClassName
{
background-color: #786E2E;
}
.BgClassName
{
background-color: #786E2E;
}
</style>
border-color css
<style>
span { border-color: #786E2E; }
span { border-color: rgb(120,110,46); }
td.TdClassName
{
border-color: #786E2E;
}
.TagClassName
{
border-color: #786E2E;
}
</style>