Shades of Crete #78743B
Tints of Crete #78743B
RGB
CMYK
RGB Variations
Color information
#78743B (or 0x78743B) is known color: Crete. HEX triplet: 78, 74 and 3B. RGB value is (120,116,59). Sum of RGB (Red+Green+Blue) = 120+116+59=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78743B is #878BC4. Grayscale: #6E6E6E. Windows color (decimal): -8883141 or 3896440. OLE color: 3896440.
HSL color Cylindrical-coordinate representation of color #78743B: hue angle of 56.07º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78743B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 59 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.53 |
| HSL | 56.07º | 0.34% | 0.35% | - |
| HSV(B) | 56.07º | 0.51% | 0.47% | - |
| XYZ | 14.78 | 16.8 | 6.6 | - |
| YUV | 110.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 59 | 0 | 0.03 | 0.51 | 0.53 | 56.07 | 0.34 | 0.35 |
| Hex | 78 | 74 | 3B | 0 | 3 | 33 | 35 | 38 | 22 | 23 |
| Octal | 170 | 164 | 73 | 0 | 3 | 63 | 65 | 70 | 42 | 43 |
| Binary | 1111000 | 1110100 | 111011 | 0 | 11 | 110011 | 110101 | 111000 | 100010 | 100011 |
Color Harmonies of #78743B
Complementary color
Monochromatic Colors of #78743B
Black with #78743B
Text Example
Text Example
White with #78743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78743B; }
p { color: rgb(120,116,59); }
H1.HeaderClassName
{
color: #78743B;
}
.AnyTagClassName
{
color: #78743B;
}
</style>
background-color css
<style>
a { background-color: #78743B; }
a { background-color: rgb(120,116,59); }
div.DivClassName
{
background-color: #78743B;
}
.BgClassName
{
background-color: #78743B;
}
</style>
border-color css
<style>
span { border-color: #78743B; }
span { border-color: rgb(120,116,59); }
td.TdClassName
{
border-color: #78743B;
}
.TagClassName
{
border-color: #78743B;
}
</style>