Shades of Crete #777131
Tints of Crete #777131
RGB
CMYK
RGB Variations
Color information
#777131 (or 0x777131) is known color: Crete. HEX triplet: 77, 71 and 31. RGB value is (119,113,49). Sum of RGB (Red+Green+Blue) = 119+113+49=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #777131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777131 is #888ECE. Grayscale: #6B6B6B. Windows color (decimal): -8949455 or 3240311. OLE color: 3240311.
HSL color Cylindrical-coordinate representation of color #777131: hue angle of 54.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #777131 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 49 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.53 |
| HSL | 54.86º | 0.42% | 0.33% | - |
| HSV(B) | 54.86º | 0.59% | 0.47% | - |
| XYZ | 14.07 | 15.95 | 5.24 | - |
| YUV | 107.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 49 | 0 | 0.05 | 0.59 | 0.53 | 54.86 | 0.42 | 0.33 |
| Hex | 77 | 71 | 31 | 0 | 5 | 3B | 35 | 37 | 2A | 21 |
| Octal | 167 | 161 | 61 | 0 | 5 | 73 | 65 | 67 | 52 | 41 |
| Binary | 1110111 | 1110001 | 110001 | 0 | 101 | 111011 | 110101 | 110111 | 101010 | 100001 |
Color Harmonies of #777131
Complementary color
Monochromatic Colors of #777131
Black with #777131
Text Example
Text Example
White with #777131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777131; }
p { color: rgb(119,113,49); }
H1.HeaderClassName
{
color: #777131;
}
.AnyTagClassName
{
color: #777131;
}
</style>
background-color css
<style>
a { background-color: #777131; }
a { background-color: rgb(119,113,49); }
div.DivClassName
{
background-color: #777131;
}
.BgClassName
{
background-color: #777131;
}
</style>
border-color css
<style>
span { border-color: #777131; }
span { border-color: rgb(119,113,49); }
td.TdClassName
{
border-color: #777131;
}
.TagClassName
{
border-color: #777131;
}
</style>