Shades of Crete #787B34
Tints of Crete #787B34
RGB
CMYK
RGB Variations
Color information
#787B34 (or 0x787B34) is known color: Crete. HEX triplet: 78, 7B and 34. RGB value is (120,123,52). Sum of RGB (Red+Green+Blue) = 120+123+52=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #787B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787B34 is #8784CB. Grayscale: #727272. Windows color (decimal): -8881356 or 3439480. OLE color: 3439480.
HSL color Cylindrical-coordinate representation of color #787B34: hue angle of 62.54º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #787B34 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 52 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.52 |
| HSL | 62.54º | 0.41% | 0.34% | - |
| HSV(B) | 62.54º | 0.58% | 0.48% | - |
| XYZ | 15.45 | 18.41 | 5.99 | - |
| YUV | 114.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 52 | 0.02 | 0 | 0.58 | 0.52 | 62.54 | 0.41 | 0.34 |
| Hex | 78 | 7B | 34 | 2 | 0 | 3A | 34 | 3F | 29 | 22 |
| Octal | 170 | 173 | 64 | 2 | 0 | 72 | 64 | 77 | 51 | 42 |
| Binary | 1111000 | 1111011 | 110100 | 10 | 0 | 111010 | 110100 | 111111 | 101001 | 100010 |
Color Harmonies of #787B34
Complementary color
Monochromatic Colors of #787B34
Black with #787B34
Text Example
Text Example
White with #787B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B34; }
p { color: rgb(120,123,52); }
H1.HeaderClassName
{
color: #787B34;
}
.AnyTagClassName
{
color: #787B34;
}
</style>
background-color css
<style>
a { background-color: #787B34; }
a { background-color: rgb(120,123,52); }
div.DivClassName
{
background-color: #787B34;
}
.BgClassName
{
background-color: #787B34;
}
</style>
border-color css
<style>
span { border-color: #787B34; }
span { border-color: rgb(120,123,52); }
td.TdClassName
{
border-color: #787B34;
}
.TagClassName
{
border-color: #787B34;
}
</style>