Shades of Crete #77763A
Tints of Crete #77763A
RGB
CMYK
RGB Variations
Color information
#77763A (or 0x77763A) is known color: Crete. HEX triplet: 77, 76 and 3A. RGB value is (119,118,58). Sum of RGB (Red+Green+Blue) = 119+118+58=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77763A is #8889C5. Grayscale: #6F6F6F. Windows color (decimal): -8948166 or 3831415. OLE color: 3831415.
HSL color Cylindrical-coordinate representation of color #77763A: hue angle of 59.02º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77763A is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 58 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.53 |
| HSL | 59.02º | 0.34% | 0.35% | - |
| HSV(B) | 59.02º | 0.51% | 0.47% | - |
| XYZ | 14.85 | 17.18 | 6.54 | - |
| YUV | 111.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 58 | 0 | 0.01 | 0.51 | 0.53 | 59.02 | 0.34 | 0.35 |
| Hex | 77 | 76 | 3A | 0 | 1 | 33 | 35 | 3B | 22 | 23 |
| Octal | 167 | 166 | 72 | 0 | 1 | 63 | 65 | 73 | 42 | 43 |
| Binary | 1110111 | 1110110 | 111010 | 0 | 1 | 110011 | 110101 | 111011 | 100010 | 100011 |
Color Harmonies of #77763A
Complementary color
Monochromatic Colors of #77763A
Black with #77763A
Text Example
Text Example
White with #77763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77763A; }
p { color: rgb(119,118,58); }
H1.HeaderClassName
{
color: #77763A;
}
.AnyTagClassName
{
color: #77763A;
}
</style>
background-color css
<style>
a { background-color: #77763A; }
a { background-color: rgb(119,118,58); }
div.DivClassName
{
background-color: #77763A;
}
.BgClassName
{
background-color: #77763A;
}
</style>
border-color css
<style>
span { border-color: #77763A; }
span { border-color: rgb(119,118,58); }
td.TdClassName
{
border-color: #77763A;
}
.TagClassName
{
border-color: #77763A;
}
</style>