Shades of Crete #78792A
Tints of Crete #78792A
RGB
CMYK
RGB Variations
Color information
#78792A (or 0x78792A) is known color: Crete. HEX triplet: 78, 79 and 2A. RGB value is (120,121,42). Sum of RGB (Red+Green+Blue) = 120+121+42=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #78792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78792A is #8786D5. Grayscale: #707070. Windows color (decimal): -8881878 or 2783608. OLE color: 2783608.
HSL color Cylindrical-coordinate representation of color #78792A: hue angle of 60.76º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78792A is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 42 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.53 |
| HSL | 60.76º | 0.48% | 0.32% | - |
| HSV(B) | 60.76º | 0.65% | 0.47% | - |
| XYZ | 15 | 17.83 | 4.84 | - |
| YUV | 111.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 42 | 0.01 | 0 | 0.65 | 0.53 | 60.76 | 0.48 | 0.32 |
| Hex | 78 | 79 | 2A | 1 | 0 | 41 | 35 | 3D | 30 | 20 |
| Octal | 170 | 171 | 52 | 1 | 0 | 101 | 65 | 75 | 60 | 40 |
| Binary | 1111000 | 1111001 | 101010 | 1 | 0 | 1000001 | 110101 | 111101 | 110000 | 100000 |
Color Harmonies of #78792A
Complementary color
Monochromatic Colors of #78792A
Black with #78792A
Text Example
Text Example
White with #78792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78792A; }
p { color: rgb(120,121,42); }
H1.HeaderClassName
{
color: #78792A;
}
.AnyTagClassName
{
color: #78792A;
}
</style>
background-color css
<style>
a { background-color: #78792A; }
a { background-color: rgb(120,121,42); }
div.DivClassName
{
background-color: #78792A;
}
.BgClassName
{
background-color: #78792A;
}
</style>
border-color css
<style>
span { border-color: #78792A; }
span { border-color: rgb(120,121,42); }
td.TdClassName
{
border-color: #78792A;
}
.TagClassName
{
border-color: #78792A;
}
</style>