Shades of Crete #776F2C
Tints of Crete #776F2C
RGB
CMYK
RGB Variations
Color information
#776F2C (or 0x776F2C) is known color: Crete. HEX triplet: 77, 6F and 2C. RGB value is (119,111,44). Sum of RGB (Red+Green+Blue) = 119+111+44=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #776F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F2C is #8890D3. Grayscale: #6A6A6A. Windows color (decimal): -8949972 or 2912119. OLE color: 2912119.
HSL color Cylindrical-coordinate representation of color #776F2C: hue angle of 53.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #776F2C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 44 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.53 |
| HSL | 53.6º | 0.46% | 0.32% | - |
| HSV(B) | 53.6º | 0.63% | 0.47% | - |
| XYZ | 13.75 | 15.47 | 4.64 | - |
| YUV | 105.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 44 | 0 | 0.07 | 0.63 | 0.53 | 53.6 | 0.46 | 0.32 |
| Hex | 77 | 6F | 2C | 0 | 7 | 3F | 35 | 36 | 2E | 20 |
| Octal | 167 | 157 | 54 | 0 | 7 | 77 | 65 | 66 | 56 | 40 |
| Binary | 1110111 | 1101111 | 101100 | 0 | 111 | 111111 | 110101 | 110110 | 101110 | 100000 |
Color Harmonies of #776F2C
Complementary color
Monochromatic Colors of #776F2C
Black with #776F2C
Text Example
Text Example
White with #776F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F2C; }
p { color: rgb(119,111,44); }
H1.HeaderClassName
{
color: #776F2C;
}
.AnyTagClassName
{
color: #776F2C;
}
</style>
background-color css
<style>
a { background-color: #776F2C; }
a { background-color: rgb(119,111,44); }
div.DivClassName
{
background-color: #776F2C;
}
.BgClassName
{
background-color: #776F2C;
}
</style>
border-color css
<style>
span { border-color: #776F2C; }
span { border-color: rgb(119,111,44); }
td.TdClassName
{
border-color: #776F2C;
}
.TagClassName
{
border-color: #776F2C;
}
</style>