Shades of Crete #776D37
Tints of Crete #776D37
RGB
CMYK
RGB Variations
Color information
#776D37 (or 0x776D37) is known color: Crete. HEX triplet: 77, 6D and 37. RGB value is (119,109,55). Sum of RGB (Red+Green+Blue) = 119+109+55=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D37 is #8892C8. Grayscale: #6A6A6A. Windows color (decimal): -8950473 or 3632503. OLE color: 3632503.
HSL color Cylindrical-coordinate representation of color #776D37: hue angle of 50.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #776D37 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 55 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.53 |
| HSL | 50.63º | 0.37% | 0.34% | - |
| HSV(B) | 50.63º | 0.54% | 0.47% | - |
| XYZ | 13.77 | 15.14 | 5.81 | - |
| YUV | 105.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 55 | 0 | 0.08 | 0.54 | 0.53 | 50.63 | 0.37 | 0.34 |
| Hex | 77 | 6D | 37 | 0 | 8 | 36 | 35 | 33 | 25 | 22 |
| Octal | 167 | 155 | 67 | 0 | 10 | 66 | 65 | 63 | 45 | 42 |
| Binary | 1110111 | 1101101 | 110111 | 0 | 1000 | 110110 | 110101 | 110011 | 100101 | 100010 |
Color Harmonies of #776D37
Complementary color
Monochromatic Colors of #776D37
Black with #776D37
Text Example
Text Example
White with #776D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D37; }
p { color: rgb(119,109,55); }
H1.HeaderClassName
{
color: #776D37;
}
.AnyTagClassName
{
color: #776D37;
}
</style>
background-color css
<style>
a { background-color: #776D37; }
a { background-color: rgb(119,109,55); }
div.DivClassName
{
background-color: #776D37;
}
.BgClassName
{
background-color: #776D37;
}
</style>
border-color css
<style>
span { border-color: #776D37; }
span { border-color: rgb(119,109,55); }
td.TdClassName
{
border-color: #776D37;
}
.TagClassName
{
border-color: #776D37;
}
</style>