Shades of Crete #77733A
Tints of Crete #77733A
RGB
CMYK
RGB Variations
Color information
#77733A (or 0x77733A) is known color: Crete. HEX triplet: 77, 73 and 3A. RGB value is (119,115,58). Sum of RGB (Red+Green+Blue) = 119+115+58=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77733A is #888CC5. Grayscale: #6D6D6D. Windows color (decimal): -8948934 or 3830647. OLE color: 3830647.
HSL color Cylindrical-coordinate representation of color #77733A: hue angle of 56.07º 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 #77733A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 58 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.53 |
| HSL | 56.07º | 0.34% | 0.35% | - |
| HSV(B) | 56.07º | 0.51% | 0.47% | - |
| XYZ | 14.5 | 16.49 | 6.42 | - |
| YUV | 109.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 58 | 0 | 0.03 | 0.51 | 0.53 | 56.07 | 0.34 | 0.35 |
| Hex | 77 | 73 | 3A | 0 | 3 | 33 | 35 | 38 | 22 | 23 |
| Octal | 167 | 163 | 72 | 0 | 3 | 63 | 65 | 70 | 42 | 43 |
| Binary | 1110111 | 1110011 | 111010 | 0 | 11 | 110011 | 110101 | 111000 | 100010 | 100011 |
Color Harmonies of #77733A
Complementary color
Monochromatic Colors of #77733A
Black with #77733A
Text Example
Text Example
White with #77733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77733A; }
p { color: rgb(119,115,58); }
H1.HeaderClassName
{
color: #77733A;
}
.AnyTagClassName
{
color: #77733A;
}
</style>
background-color css
<style>
a { background-color: #77733A; }
a { background-color: rgb(119,115,58); }
div.DivClassName
{
background-color: #77733A;
}
.BgClassName
{
background-color: #77733A;
}
</style>
border-color css
<style>
span { border-color: #77733A; }
span { border-color: rgb(119,115,58); }
td.TdClassName
{
border-color: #77733A;
}
.TagClassName
{
border-color: #77733A;
}
</style>