Shades of Crete #78742C
Tints of Crete #78742C
RGB
CMYK
RGB Variations
Color information
#78742C (or 0x78742C) is known color: Crete. HEX triplet: 78, 74 and 2C. RGB value is (120,116,44). Sum of RGB (Red+Green+Blue) = 120+116+44=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742C is #878BD3. Grayscale: #6D6D6D. Windows color (decimal): -8883156 or 2913400. OLE color: 2913400.
HSL color Cylindrical-coordinate representation of color #78742C: hue angle of 56.84º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78742C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 44 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.53 |
| HSL | 56.84º | 0.46% | 0.32% | - |
| HSV(B) | 56.84º | 0.63% | 0.47% | - |
| XYZ | 14.45 | 16.67 | 4.84 | - |
| YUV | 108.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 44 | 0 | 0.03 | 0.63 | 0.53 | 56.84 | 0.46 | 0.32 |
| Hex | 78 | 74 | 2C | 0 | 3 | 3F | 35 | 39 | 2E | 20 |
| Octal | 170 | 164 | 54 | 0 | 3 | 77 | 65 | 71 | 56 | 40 |
| Binary | 1111000 | 1110100 | 101100 | 0 | 11 | 111111 | 110101 | 111001 | 101110 | 100000 |
Color Harmonies of #78742C
Complementary color
Monochromatic Colors of #78742C
Black with #78742C
Text Example
Text Example
White with #78742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78742C; }
p { color: rgb(120,116,44); }
H1.HeaderClassName
{
color: #78742C;
}
.AnyTagClassName
{
color: #78742C;
}
</style>
background-color css
<style>
a { background-color: #78742C; }
a { background-color: rgb(120,116,44); }
div.DivClassName
{
background-color: #78742C;
}
.BgClassName
{
background-color: #78742C;
}
</style>
border-color css
<style>
span { border-color: #78742C; }
span { border-color: rgb(120,116,44); }
td.TdClassName
{
border-color: #78742C;
}
.TagClassName
{
border-color: #78742C;
}
</style>