Shades of Crete #776E3B
Tints of Crete #776E3B
RGB
CMYK
RGB Variations
Color information
#776E3B (or 0x776E3B) is known color: Crete. HEX triplet: 77, 6E and 3B. RGB value is (119,110,59). Sum of RGB (Red+Green+Blue) = 119+110+59=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E3B is #8891C4. Grayscale: #6B6B6B. Windows color (decimal): -8950213 or 3894903. OLE color: 3894903.
HSL color Cylindrical-coordinate representation of color #776E3B: hue angle of 51º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776E3B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 59 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.53 |
| HSL | 51º | 0.34% | 0.35% | - |
| HSV(B) | 51º | 0.5% | 0.47% | - |
| XYZ | 13.97 | 15.39 | 6.37 | - |
| YUV | 106.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 59 | 0 | 0.08 | 0.50 | 0.53 | 51 | 0.34 | 0.35 |
| Hex | 77 | 6E | 3B | 0 | 8 | 32 | 35 | 33 | 22 | 23 |
| Octal | 167 | 156 | 73 | 0 | 10 | 62 | 65 | 63 | 42 | 43 |
| Binary | 1110111 | 1101110 | 111011 | 0 | 1000 | 110010 | 110101 | 110011 | 100010 | 100011 |
Color Harmonies of #776E3B
Complementary color
Monochromatic Colors of #776E3B
Black with #776E3B
Text Example
Text Example
White with #776E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E3B; }
p { color: rgb(119,110,59); }
H1.HeaderClassName
{
color: #776E3B;
}
.AnyTagClassName
{
color: #776E3B;
}
</style>
background-color css
<style>
a { background-color: #776E3B; }
a { background-color: rgb(119,110,59); }
div.DivClassName
{
background-color: #776E3B;
}
.BgClassName
{
background-color: #776E3B;
}
</style>
border-color css
<style>
span { border-color: #776E3B; }
span { border-color: rgb(119,110,59); }
td.TdClassName
{
border-color: #776E3B;
}
.TagClassName
{
border-color: #776E3B;
}
</style>