Shades of Crete #77742E
Tints of Crete #77742E
RGB
CMYK
RGB Variations
Color information
#77742E (or 0x77742E) is known color: Crete. HEX triplet: 77, 74 and 2E. RGB value is (119,116,46). Sum of RGB (Red+Green+Blue) = 119+116+46=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77742E is #888BD1. Grayscale: #6D6D6D. Windows color (decimal): -8948690 or 3044471. OLE color: 3044471.
HSL color Cylindrical-coordinate representation of color #77742E: hue angle of 57.53º 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 #77742E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 46 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.53 |
| HSL | 57.53º | 0.44% | 0.32% | - |
| HSV(B) | 57.53º | 0.61% | 0.47% | - |
| XYZ | 14.35 | 16.61 | 5.03 | - |
| YUV | 108.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 46 | 0 | 0.03 | 0.61 | 0.53 | 57.53 | 0.44 | 0.32 |
| Hex | 77 | 74 | 2E | 0 | 3 | 3D | 35 | 3A | 2C | 20 |
| Octal | 167 | 164 | 56 | 0 | 3 | 75 | 65 | 72 | 54 | 40 |
| Binary | 1110111 | 1110100 | 101110 | 0 | 11 | 111101 | 110101 | 111010 | 101100 | 100000 |
Color Harmonies of #77742E
Complementary color
Monochromatic Colors of #77742E
Black with #77742E
Text Example
Text Example
White with #77742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77742E; }
p { color: rgb(119,116,46); }
H1.HeaderClassName
{
color: #77742E;
}
.AnyTagClassName
{
color: #77742E;
}
</style>
background-color css
<style>
a { background-color: #77742E; }
a { background-color: rgb(119,116,46); }
div.DivClassName
{
background-color: #77742E;
}
.BgClassName
{
background-color: #77742E;
}
</style>
border-color css
<style>
span { border-color: #77742E; }
span { border-color: rgb(119,116,46); }
td.TdClassName
{
border-color: #77742E;
}
.TagClassName
{
border-color: #77742E;
}
</style>