Shades of Crete #78763F
Tints of Crete #78763F
RGB
CMYK
RGB Variations
Color information
#78763F (or 0x78763F) is known color: Crete. HEX triplet: 78, 76 and 3F. RGB value is (120,118,63). Sum of RGB (Red+Green+Blue) = 120+118+63=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78763F is #8789C0. Grayscale: #707070. Windows color (decimal): -8882625 or 4159096. OLE color: 4159096.
HSL color Cylindrical-coordinate representation of color #78763F: hue angle of 57.89º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78763F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 63 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.53 |
| HSL | 57.89º | 0.31% | 0.36% | - |
| HSV(B) | 57.89º | 0.48% | 0.47% | - |
| XYZ | 15.12 | 17.31 | 7.25 | - |
| YUV | 112.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 63 | 0 | 0.02 | 0.48 | 0.53 | 57.89 | 0.31 | 0.36 |
| Hex | 78 | 76 | 3F | 0 | 2 | 30 | 35 | 3A | 1F | 24 |
| Octal | 170 | 166 | 77 | 0 | 2 | 60 | 65 | 72 | 37 | 44 |
| Binary | 1111000 | 1110110 | 111111 | 0 | 10 | 110000 | 110101 | 111010 | 11111 | 100100 |
Color Harmonies of #78763F
Complementary color
Monochromatic Colors of #78763F
Black with #78763F
Text Example
Text Example
White with #78763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78763F; }
p { color: rgb(120,118,63); }
H1.HeaderClassName
{
color: #78763F;
}
.AnyTagClassName
{
color: #78763F;
}
</style>
background-color css
<style>
a { background-color: #78763F; }
a { background-color: rgb(120,118,63); }
div.DivClassName
{
background-color: #78763F;
}
.BgClassName
{
background-color: #78763F;
}
</style>
border-color css
<style>
span { border-color: #78763F; }
span { border-color: rgb(120,118,63); }
td.TdClassName
{
border-color: #78763F;
}
.TagClassName
{
border-color: #78763F;
}
</style>