Shades of Crete #776D2C
Tints of Crete #776D2C
RGB
CMYK
RGB Variations
Color information
#776D2C (or 0x776D2C) is known color: Crete. HEX triplet: 77, 6D and 2C. RGB value is (119,109,44). Sum of RGB (Red+Green+Blue) = 119+109+44=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D2C is #8892D3. Grayscale: #686868. Windows color (decimal): -8950484 or 2911607. OLE color: 2911607.
HSL color Cylindrical-coordinate representation of color #776D2C: hue angle of 52º 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 #776D2C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 44 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.53 |
| HSL | 52º | 0.46% | 0.32% | - |
| HSV(B) | 52º | 0.63% | 0.47% | - |
| XYZ | 13.53 | 15.04 | 4.57 | - |
| YUV | 104.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 44 | 0 | 0.08 | 0.63 | 0.53 | 52 | 0.46 | 0.32 |
| Hex | 77 | 6D | 2C | 0 | 8 | 3F | 35 | 34 | 2E | 20 |
| Octal | 167 | 155 | 54 | 0 | 10 | 77 | 65 | 64 | 56 | 40 |
| Binary | 1110111 | 1101101 | 101100 | 0 | 1000 | 111111 | 110101 | 110100 | 101110 | 100000 |
Color Harmonies of #776D2C
Complementary color
Monochromatic Colors of #776D2C
Black with #776D2C
Text Example
Text Example
White with #776D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D2C; }
p { color: rgb(119,109,44); }
H1.HeaderClassName
{
color: #776D2C;
}
.AnyTagClassName
{
color: #776D2C;
}
</style>
background-color css
<style>
a { background-color: #776D2C; }
a { background-color: rgb(119,109,44); }
div.DivClassName
{
background-color: #776D2C;
}
.BgClassName
{
background-color: #776D2C;
}
</style>
border-color css
<style>
span { border-color: #776D2C; }
span { border-color: rgb(119,109,44); }
td.TdClassName
{
border-color: #776D2C;
}
.TagClassName
{
border-color: #776D2C;
}
</style>