Shades of Crete #776F2F
Tints of Crete #776F2F
RGB
CMYK
RGB Variations
Color information
#776F2F (or 0x776F2F) is known color: Crete. HEX triplet: 77, 6F and 2F. RGB value is (119,111,47). Sum of RGB (Red+Green+Blue) = 119+111+47=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #776F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F2F is #8890D0. Grayscale: #6A6A6A. Windows color (decimal): -8949969 or 3108727. OLE color: 3108727.
HSL color Cylindrical-coordinate representation of color #776F2F: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #776F2F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 47 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.53 |
| HSL | 53.33º | 0.43% | 0.33% | - |
| HSV(B) | 53.33º | 0.61% | 0.47% | - |
| XYZ | 13.81 | 15.5 | 4.95 | - |
| YUV | 106.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 47 | 0 | 0.07 | 0.61 | 0.53 | 53.33 | 0.43 | 0.33 |
| Hex | 77 | 6F | 2F | 0 | 7 | 3D | 35 | 35 | 2B | 21 |
| Octal | 167 | 157 | 57 | 0 | 7 | 75 | 65 | 65 | 53 | 41 |
| Binary | 1110111 | 1101111 | 101111 | 0 | 111 | 111101 | 110101 | 110101 | 101011 | 100001 |
Color Harmonies of #776F2F
Complementary color
Monochromatic Colors of #776F2F
Black with #776F2F
Text Example
Text Example
White with #776F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F2F; }
p { color: rgb(119,111,47); }
H1.HeaderClassName
{
color: #776F2F;
}
.AnyTagClassName
{
color: #776F2F;
}
</style>
background-color css
<style>
a { background-color: #776F2F; }
a { background-color: rgb(119,111,47); }
div.DivClassName
{
background-color: #776F2F;
}
.BgClassName
{
background-color: #776F2F;
}
</style>
border-color css
<style>
span { border-color: #776F2F; }
span { border-color: rgb(119,111,47); }
td.TdClassName
{
border-color: #776F2F;
}
.TagClassName
{
border-color: #776F2F;
}
</style>