Shades of Crete #78792B
Tints of Crete #78792B
RGB
CMYK
RGB Variations
Color information
#78792B (or 0x78792B) is known color: Crete. HEX triplet: 78, 79 and 2B. RGB value is (120,121,43). Sum of RGB (Red+Green+Blue) = 120+121+43=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 121 - color contains mainly: green. Hex color #78792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78792B is #8786D4. Grayscale: #707070. Windows color (decimal): -8881877 or 2849144. OLE color: 2849144.
HSL color Cylindrical-coordinate representation of color #78792B: hue angle of 60.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78792B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 43 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.53 |
| HSL | 60.77º | 0.48% | 0.32% | - |
| HSV(B) | 60.77º | 0.64% | 0.47% | - |
| XYZ | 15.02 | 17.84 | 4.94 | - |
| YUV | 111.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 43 | 0.01 | 0 | 0.64 | 0.53 | 60.77 | 0.48 | 0.32 |
| Hex | 78 | 79 | 2B | 1 | 0 | 40 | 35 | 3D | 30 | 20 |
| Octal | 170 | 171 | 53 | 1 | 0 | 100 | 65 | 75 | 60 | 40 |
| Binary | 1111000 | 1111001 | 101011 | 1 | 0 | 1000000 | 110101 | 111101 | 110000 | 100000 |
Color Harmonies of #78792B
Complementary color
Monochromatic Colors of #78792B
Black with #78792B
Text Example
Text Example
White with #78792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78792B; }
p { color: rgb(120,121,43); }
H1.HeaderClassName
{
color: #78792B;
}
.AnyTagClassName
{
color: #78792B;
}
</style>
background-color css
<style>
a { background-color: #78792B; }
a { background-color: rgb(120,121,43); }
div.DivClassName
{
background-color: #78792B;
}
.BgClassName
{
background-color: #78792B;
}
</style>
border-color css
<style>
span { border-color: #78792B; }
span { border-color: rgb(120,121,43); }
td.TdClassName
{
border-color: #78792B;
}
.TagClassName
{
border-color: #78792B;
}
</style>