Shades of Crete #776F3C
Tints of Crete #776F3C
RGB
CMYK
RGB Variations
Color information
#776F3C (or 0x776F3C) is known color: Crete. HEX triplet: 77, 6F and 3C. RGB value is (119,111,60). Sum of RGB (Red+Green+Blue) = 119+111+60=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3C is #8890C3. Grayscale: #6B6B6B. Windows color (decimal): -8949956 or 3960695. OLE color: 3960695.
HSL color Cylindrical-coordinate representation of color #776F3C: hue angle of 51.86º degrees, saturation: 0.33, 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 #776F3C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 60 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.53 |
| HSL | 51.86º | 0.33% | 0.35% | - |
| HSV(B) | 51.86º | 0.5% | 0.47% | - |
| XYZ | 14.11 | 15.62 | 6.55 | - |
| YUV | 107.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 60 | 0 | 0.07 | 0.50 | 0.53 | 51.86 | 0.33 | 0.35 |
| Hex | 77 | 6F | 3C | 0 | 7 | 32 | 35 | 34 | 21 | 23 |
| Octal | 167 | 157 | 74 | 0 | 7 | 62 | 65 | 64 | 41 | 43 |
| Binary | 1110111 | 1101111 | 111100 | 0 | 111 | 110010 | 110101 | 110100 | 100001 | 100011 |
Color Harmonies of #776F3C
Complementary color
Monochromatic Colors of #776F3C
Black with #776F3C
Text Example
Text Example
White with #776F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F3C; }
p { color: rgb(119,111,60); }
H1.HeaderClassName
{
color: #776F3C;
}
.AnyTagClassName
{
color: #776F3C;
}
</style>
background-color css
<style>
a { background-color: #776F3C; }
a { background-color: rgb(119,111,60); }
div.DivClassName
{
background-color: #776F3C;
}
.BgClassName
{
background-color: #776F3C;
}
</style>
border-color css
<style>
span { border-color: #776F3C; }
span { border-color: rgb(119,111,60); }
td.TdClassName
{
border-color: #776F3C;
}
.TagClassName
{
border-color: #776F3C;
}
</style>