Shades of Crete #78742B
Tints of Crete #78742B
RGB
CMYK
RGB Variations
Color information
#78742B (or 0x78742B) is known color: Crete. HEX triplet: 78, 74 and 2B. RGB value is (120,116,43). Sum of RGB (Red+Green+Blue) = 120+116+43=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742B is #878BD4. Grayscale: #6D6D6D. Windows color (decimal): -8883157 or 2847864. OLE color: 2847864.
HSL color Cylindrical-coordinate representation of color #78742B: hue angle of 56.88º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78742B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 43 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.53 |
| HSL | 56.88º | 0.47% | 0.32% | - |
| HSV(B) | 56.88º | 0.64% | 0.47% | - |
| XYZ | 14.43 | 16.66 | 4.74 | - |
| YUV | 108.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 43 | 0 | 0.03 | 0.64 | 0.53 | 56.88 | 0.47 | 0.32 |
| Hex | 78 | 74 | 2B | 0 | 3 | 40 | 35 | 39 | 2F | 20 |
| Octal | 170 | 164 | 53 | 0 | 3 | 100 | 65 | 71 | 57 | 40 |
| Binary | 1111000 | 1110100 | 101011 | 0 | 11 | 1000000 | 110101 | 111001 | 101111 | 100000 |
Color Harmonies of #78742B
Complementary color
Monochromatic Colors of #78742B
Black with #78742B
Text Example
Text Example
White with #78742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78742B; }
p { color: rgb(120,116,43); }
H1.HeaderClassName
{
color: #78742B;
}
.AnyTagClassName
{
color: #78742B;
}
</style>
background-color css
<style>
a { background-color: #78742B; }
a { background-color: rgb(120,116,43); }
div.DivClassName
{
background-color: #78742B;
}
.BgClassName
{
background-color: #78742B;
}
</style>
border-color css
<style>
span { border-color: #78742B; }
span { border-color: rgb(120,116,43); }
td.TdClassName
{
border-color: #78742B;
}
.TagClassName
{
border-color: #78742B;
}
</style>