Shades of Crete #77762E
Tints of Crete #77762E
RGB
CMYK
RGB Variations
Color information
#77762E (or 0x77762E) is known color: Crete. HEX triplet: 77, 76 and 2E. RGB value is (119,118,46). Sum of RGB (Red+Green+Blue) = 119+118+46=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762E is #8889D1. Grayscale: #6E6E6E. Windows color (decimal): -8948178 or 3044983. OLE color: 3044983.
HSL color Cylindrical-coordinate representation of color #77762E: hue angle of 59.18º 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 #77762E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 46 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.53 |
| HSL | 59.18º | 0.44% | 0.32% | - |
| HSV(B) | 59.18º | 0.61% | 0.47% | - |
| XYZ | 14.58 | 17.08 | 5.11 | - |
| YUV | 110.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 46 | 0 | 0.01 | 0.61 | 0.53 | 59.18 | 0.44 | 0.32 |
| Hex | 77 | 76 | 2E | 0 | 1 | 3D | 35 | 3B | 2C | 20 |
| Octal | 167 | 166 | 56 | 0 | 1 | 75 | 65 | 73 | 54 | 40 |
| Binary | 1110111 | 1110110 | 101110 | 0 | 1 | 111101 | 110101 | 111011 | 101100 | 100000 |
Color Harmonies of #77762E
Complementary color
Monochromatic Colors of #77762E
Black with #77762E
Text Example
Text Example
White with #77762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77762E; }
p { color: rgb(119,118,46); }
H1.HeaderClassName
{
color: #77762E;
}
.AnyTagClassName
{
color: #77762E;
}
</style>
background-color css
<style>
a { background-color: #77762E; }
a { background-color: rgb(119,118,46); }
div.DivClassName
{
background-color: #77762E;
}
.BgClassName
{
background-color: #77762E;
}
</style>
border-color css
<style>
span { border-color: #77762E; }
span { border-color: rgb(119,118,46); }
td.TdClassName
{
border-color: #77762E;
}
.TagClassName
{
border-color: #77762E;
}
</style>