Shades of Crete #78723B
Tints of Crete #78723B
RGB
CMYK
RGB Variations
Color information
#78723B (or 0x78723B) is known color: Crete. HEX triplet: 78, 72 and 3B. RGB value is (120,114,59). Sum of RGB (Red+Green+Blue) = 120+114+59=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78723B is #878DC4. Grayscale: #6D6D6D. Windows color (decimal): -8883653 or 3895928. OLE color: 3895928.
HSL color Cylindrical-coordinate representation of color #78723B: hue angle of 54.1º 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 #78723B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 59 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.53 |
| HSL | 54.1º | 0.34% | 0.35% | - |
| HSV(B) | 54.1º | 0.51% | 0.47% | - |
| XYZ | 14.55 | 16.34 | 6.53 | - |
| YUV | 109.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 59 | 0 | 0.05 | 0.51 | 0.53 | 54.1 | 0.34 | 0.35 |
| Hex | 78 | 72 | 3B | 0 | 5 | 33 | 35 | 36 | 22 | 23 |
| Octal | 170 | 162 | 73 | 0 | 5 | 63 | 65 | 66 | 42 | 43 |
| Binary | 1111000 | 1110010 | 111011 | 0 | 101 | 110011 | 110101 | 110110 | 100010 | 100011 |
Color Harmonies of #78723B
Complementary color
Monochromatic Colors of #78723B
Black with #78723B
Text Example
Text Example
White with #78723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78723B; }
p { color: rgb(120,114,59); }
H1.HeaderClassName
{
color: #78723B;
}
.AnyTagClassName
{
color: #78723B;
}
</style>
background-color css
<style>
a { background-color: #78723B; }
a { background-color: rgb(120,114,59); }
div.DivClassName
{
background-color: #78723B;
}
.BgClassName
{
background-color: #78723B;
}
</style>
border-color css
<style>
span { border-color: #78723B; }
span { border-color: rgb(120,114,59); }
td.TdClassName
{
border-color: #78723B;
}
.TagClassName
{
border-color: #78723B;
}
</style>