Shades of Crete #776D36
Tints of Crete #776D36
RGB
CMYK
RGB Variations
Color information
#776D36 (or 0x776D36) is known color: Crete. HEX triplet: 77, 6D and 36. RGB value is (119,109,54). Sum of RGB (Red+Green+Blue) = 119+109+54=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D36 is #8892C9. Grayscale: #696969. Windows color (decimal): -8950474 or 3566967. OLE color: 3566967.
HSL color Cylindrical-coordinate representation of color #776D36: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776D36 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 54 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.53 |
| HSL | 50.77º | 0.38% | 0.34% | - |
| HSV(B) | 50.77º | 0.55% | 0.47% | - |
| XYZ | 13.74 | 15.13 | 5.69 | - |
| YUV | 105.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 54 | 0 | 0.08 | 0.55 | 0.53 | 50.77 | 0.38 | 0.34 |
| Hex | 77 | 6D | 36 | 0 | 8 | 37 | 35 | 33 | 26 | 22 |
| Octal | 167 | 155 | 66 | 0 | 10 | 67 | 65 | 63 | 46 | 42 |
| Binary | 1110111 | 1101101 | 110110 | 0 | 1000 | 110111 | 110101 | 110011 | 100110 | 100010 |
Color Harmonies of #776D36
Complementary color
Monochromatic Colors of #776D36
Black with #776D36
Text Example
Text Example
White with #776D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D36; }
p { color: rgb(119,109,54); }
H1.HeaderClassName
{
color: #776D36;
}
.AnyTagClassName
{
color: #776D36;
}
</style>
background-color css
<style>
a { background-color: #776D36; }
a { background-color: rgb(119,109,54); }
div.DivClassName
{
background-color: #776D36;
}
.BgClassName
{
background-color: #776D36;
}
</style>
border-color css
<style>
span { border-color: #776D36; }
span { border-color: rgb(119,109,54); }
td.TdClassName
{
border-color: #776D36;
}
.TagClassName
{
border-color: #776D36;
}
</style>