Shades of Crete #776D2D
Tints of Crete #776D2D
RGB
CMYK
RGB Variations
Color information
#776D2D (or 0x776D2D) is known color: Crete. HEX triplet: 77, 6D and 2D. RGB value is (119,109,45). Sum of RGB (Red+Green+Blue) = 119+109+45=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D2D is #8892D2. Grayscale: #686868. Windows color (decimal): -8950483 or 2977143. OLE color: 2977143.
HSL color Cylindrical-coordinate representation of color #776D2D: hue angle of 51.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #776D2D is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 45 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.53 |
| HSL | 51.89º | 0.45% | 0.32% | - |
| HSV(B) | 51.89º | 0.62% | 0.47% | - |
| XYZ | 13.55 | 15.05 | 4.67 | - |
| YUV | 104.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 45 | 0 | 0.08 | 0.62 | 0.53 | 51.89 | 0.45 | 0.32 |
| Hex | 77 | 6D | 2D | 0 | 8 | 3E | 35 | 34 | 2D | 20 |
| Octal | 167 | 155 | 55 | 0 | 10 | 76 | 65 | 64 | 55 | 40 |
| Binary | 1110111 | 1101101 | 101101 | 0 | 1000 | 111110 | 110101 | 110100 | 101101 | 100000 |
Color Harmonies of #776D2D
Complementary color
Monochromatic Colors of #776D2D
Black with #776D2D
Text Example
Text Example
White with #776D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D2D; }
p { color: rgb(119,109,45); }
H1.HeaderClassName
{
color: #776D2D;
}
.AnyTagClassName
{
color: #776D2D;
}
</style>
background-color css
<style>
a { background-color: #776D2D; }
a { background-color: rgb(119,109,45); }
div.DivClassName
{
background-color: #776D2D;
}
.BgClassName
{
background-color: #776D2D;
}
</style>
border-color css
<style>
span { border-color: #776D2D; }
span { border-color: rgb(119,109,45); }
td.TdClassName
{
border-color: #776D2D;
}
.TagClassName
{
border-color: #776D2D;
}
</style>