Shades of Crete #77792D
Tints of Crete #77792D
RGB
CMYK
RGB Variations
Color information
#77792D (or 0x77792D) is known color: Crete. HEX triplet: 77, 79 and 2D. RGB value is (119,121,45). Sum of RGB (Red+Green+Blue) = 119+121+45=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #77792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77792D is #8886D2. Grayscale: #707070. Windows color (decimal): -8947411 or 2980215. OLE color: 2980215.
HSL color Cylindrical-coordinate representation of color #77792D: hue angle of 61.58º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77792D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 45 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.53 |
| HSL | 61.58º | 0.46% | 0.33% | - |
| HSV(B) | 61.58º | 0.63% | 0.47% | - |
| XYZ | 14.92 | 17.79 | 5.13 | - |
| YUV | 111.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 45 | 0.02 | 0 | 0.63 | 0.53 | 61.58 | 0.46 | 0.33 |
| Hex | 77 | 79 | 2D | 2 | 0 | 3F | 35 | 3E | 2E | 21 |
| Octal | 167 | 171 | 55 | 2 | 0 | 77 | 65 | 76 | 56 | 41 |
| Binary | 1110111 | 1111001 | 101101 | 10 | 0 | 111111 | 110101 | 111110 | 101110 | 100001 |
Color Harmonies of #77792D
Complementary color
Monochromatic Colors of #77792D
Black with #77792D
Text Example
Text Example
White with #77792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77792D; }
p { color: rgb(119,121,45); }
H1.HeaderClassName
{
color: #77792D;
}
.AnyTagClassName
{
color: #77792D;
}
</style>
background-color css
<style>
a { background-color: #77792D; }
a { background-color: rgb(119,121,45); }
div.DivClassName
{
background-color: #77792D;
}
.BgClassName
{
background-color: #77792D;
}
</style>
border-color css
<style>
span { border-color: #77792D; }
span { border-color: rgb(119,121,45); }
td.TdClassName
{
border-color: #77792D;
}
.TagClassName
{
border-color: #77792D;
}
</style>