Shades of Crete #77732E
Tints of Crete #77732E
RGB
CMYK
RGB Variations
Color information
#77732E (or 0x77732E) is known color: Crete. HEX triplet: 77, 73 and 2E. RGB value is (119,115,46). Sum of RGB (Red+Green+Blue) = 119+115+46=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77732E is #888CD1. Grayscale: #6C6C6C. Windows color (decimal): -8948946 or 3044215. OLE color: 3044215.
HSL color Cylindrical-coordinate representation of color #77732E: hue angle of 56.71º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77732E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 46 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.53 |
| HSL | 56.71º | 0.44% | 0.32% | - |
| HSV(B) | 56.71º | 0.61% | 0.47% | - |
| XYZ | 14.23 | 16.38 | 5 | - |
| YUV | 108.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 46 | 0 | 0.03 | 0.61 | 0.53 | 56.71 | 0.44 | 0.32 |
| Hex | 77 | 73 | 2E | 0 | 3 | 3D | 35 | 39 | 2C | 20 |
| Octal | 167 | 163 | 56 | 0 | 3 | 75 | 65 | 71 | 54 | 40 |
| Binary | 1110111 | 1110011 | 101110 | 0 | 11 | 111101 | 110101 | 111001 | 101100 | 100000 |
Color Harmonies of #77732E
Complementary color
Monochromatic Colors of #77732E
Black with #77732E
Text Example
Text Example
White with #77732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77732E; }
p { color: rgb(119,115,46); }
H1.HeaderClassName
{
color: #77732E;
}
.AnyTagClassName
{
color: #77732E;
}
</style>
background-color css
<style>
a { background-color: #77732E; }
a { background-color: rgb(119,115,46); }
div.DivClassName
{
background-color: #77732E;
}
.BgClassName
{
background-color: #77732E;
}
</style>
border-color css
<style>
span { border-color: #77732E; }
span { border-color: rgb(119,115,46); }
td.TdClassName
{
border-color: #77732E;
}
.TagClassName
{
border-color: #77732E;
}
</style>