Shades of Crete #78762F
Tints of Crete #78762F
RGB
CMYK
RGB Variations
Color information
#78762F (or 0x78762F) is known color: Crete. HEX triplet: 78, 76 and 2F. RGB value is (120,118,47). Sum of RGB (Red+Green+Blue) = 120+118+47=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78762F is #8789D0. Grayscale: #6E6E6E. Windows color (decimal): -8882641 or 3110520. OLE color: 3110520.
HSL color Cylindrical-coordinate representation of color #78762F: hue angle of 58.36º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78762F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 47 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.53 |
| HSL | 58.36º | 0.44% | 0.33% | - |
| HSV(B) | 58.36º | 0.61% | 0.47% | - |
| XYZ | 14.74 | 17.16 | 5.22 | - |
| YUV | 110.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 47 | 0 | 0.02 | 0.61 | 0.53 | 58.36 | 0.44 | 0.33 |
| Hex | 78 | 76 | 2F | 0 | 2 | 3D | 35 | 3A | 2C | 21 |
| Octal | 170 | 166 | 57 | 0 | 2 | 75 | 65 | 72 | 54 | 41 |
| Binary | 1111000 | 1110110 | 101111 | 0 | 10 | 111101 | 110101 | 111010 | 101100 | 100001 |
Color Harmonies of #78762F
Complementary color
Monochromatic Colors of #78762F
Black with #78762F
Text Example
Text Example
White with #78762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78762F; }
p { color: rgb(120,118,47); }
H1.HeaderClassName
{
color: #78762F;
}
.AnyTagClassName
{
color: #78762F;
}
</style>
background-color css
<style>
a { background-color: #78762F; }
a { background-color: rgb(120,118,47); }
div.DivClassName
{
background-color: #78762F;
}
.BgClassName
{
background-color: #78762F;
}
</style>
border-color css
<style>
span { border-color: #78762F; }
span { border-color: rgb(120,118,47); }
td.TdClassName
{
border-color: #78762F;
}
.TagClassName
{
border-color: #78762F;
}
</style>