Shades of Crete #77753A
Tints of Crete #77753A
RGB
CMYK
RGB Variations
Color information
#77753A (or 0x77753A) is known color: Crete. HEX triplet: 77, 75 and 3A. RGB value is (119,117,58). Sum of RGB (Red+Green+Blue) = 119+117+58=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77753A is #888AC5. Grayscale: #6F6F6F. Windows color (decimal): -8948422 or 3831159. OLE color: 3831159.
HSL color Cylindrical-coordinate representation of color #77753A: hue angle of 58.03º 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 #77753A is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 58 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.53 |
| HSL | 58.03º | 0.34% | 0.35% | - |
| HSV(B) | 58.03º | 0.51% | 0.47% | - |
| XYZ | 14.73 | 16.95 | 6.5 | - |
| YUV | 110.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 58 | 0 | 0.02 | 0.51 | 0.53 | 58.03 | 0.34 | 0.35 |
| Hex | 77 | 75 | 3A | 0 | 2 | 33 | 35 | 3A | 22 | 23 |
| Octal | 167 | 165 | 72 | 0 | 2 | 63 | 65 | 72 | 42 | 43 |
| Binary | 1110111 | 1110101 | 111010 | 0 | 10 | 110011 | 110101 | 111010 | 100010 | 100011 |
Color Harmonies of #77753A
Complementary color
Monochromatic Colors of #77753A
Black with #77753A
Text Example
Text Example
White with #77753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77753A; }
p { color: rgb(119,117,58); }
H1.HeaderClassName
{
color: #77753A;
}
.AnyTagClassName
{
color: #77753A;
}
</style>
background-color css
<style>
a { background-color: #77753A; }
a { background-color: rgb(119,117,58); }
div.DivClassName
{
background-color: #77753A;
}
.BgClassName
{
background-color: #77753A;
}
</style>
border-color css
<style>
span { border-color: #77753A; }
span { border-color: rgb(119,117,58); }
td.TdClassName
{
border-color: #77753A;
}
.TagClassName
{
border-color: #77753A;
}
</style>