Shades of Crete #776F3B
Tints of Crete #776F3B
RGB
CMYK
RGB Variations
Color information
#776F3B (or 0x776F3B) is known color: Crete. HEX triplet: 77, 6F and 3B. RGB value is (119,111,59). Sum of RGB (Red+Green+Blue) = 119+111+59=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3B is #8890C4. Grayscale: #6B6B6B. Windows color (decimal): -8949957 or 3895159. OLE color: 3895159.
HSL color Cylindrical-coordinate representation of color #776F3B: hue angle of 52º 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 #776F3B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 59 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.53 |
| HSL | 52º | 0.34% | 0.35% | - |
| HSV(B) | 52º | 0.5% | 0.47% | - |
| XYZ | 14.08 | 15.61 | 6.41 | - |
| YUV | 107.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 59 | 0 | 0.07 | 0.50 | 0.53 | 52 | 0.34 | 0.35 |
| Hex | 77 | 6F | 3B | 0 | 7 | 32 | 35 | 34 | 22 | 23 |
| Octal | 167 | 157 | 73 | 0 | 7 | 62 | 65 | 64 | 42 | 43 |
| Binary | 1110111 | 1101111 | 111011 | 0 | 111 | 110010 | 110101 | 110100 | 100010 | 100011 |
Color Harmonies of #776F3B
Complementary color
Monochromatic Colors of #776F3B
Black with #776F3B
Text Example
Text Example
White with #776F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F3B; }
p { color: rgb(119,111,59); }
H1.HeaderClassName
{
color: #776F3B;
}
.AnyTagClassName
{
color: #776F3B;
}
</style>
background-color css
<style>
a { background-color: #776F3B; }
a { background-color: rgb(119,111,59); }
div.DivClassName
{
background-color: #776F3B;
}
.BgClassName
{
background-color: #776F3B;
}
</style>
border-color css
<style>
span { border-color: #776F3B; }
span { border-color: rgb(119,111,59); }
td.TdClassName
{
border-color: #776F3B;
}
.TagClassName
{
border-color: #776F3B;
}
</style>