Shades of Crete #776C29
Tints of Crete #776C29
RGB
CMYK
RGB Variations
Color information
#776C29 (or 0x776C29) is known color: Crete. HEX triplet: 77, 6C and 29. RGB value is (119,108,41). Sum of RGB (Red+Green+Blue) = 119+108+41=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #776C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C29 is #8893D6. Grayscale: #676767. Windows color (decimal): -8950743 or 2714743. OLE color: 2714743.
HSL color Cylindrical-coordinate representation of color #776C29: hue angle of 51.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #776C29 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 41 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.53 |
| HSL | 51.54º | 0.49% | 0.31% | - |
| HSV(B) | 51.54º | 0.66% | 0.47% | - |
| XYZ | 13.37 | 14.81 | 4.25 | - |
| YUV | 103.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 41 | 0 | 0.09 | 0.66 | 0.53 | 51.54 | 0.49 | 0.31 |
| Hex | 77 | 6C | 29 | 0 | 9 | 42 | 35 | 34 | 31 | 1F |
| Octal | 167 | 154 | 51 | 0 | 11 | 102 | 65 | 64 | 61 | 37 |
| Binary | 1110111 | 1101100 | 101001 | 0 | 1001 | 1000010 | 110101 | 110100 | 110001 | 11111 |
Color Harmonies of #776C29
Complementary color
Monochromatic Colors of #776C29
Black with #776C29
Text Example
Text Example
White with #776C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C29; }
p { color: rgb(119,108,41); }
H1.HeaderClassName
{
color: #776C29;
}
.AnyTagClassName
{
color: #776C29;
}
</style>
background-color css
<style>
a { background-color: #776C29; }
a { background-color: rgb(119,108,41); }
div.DivClassName
{
background-color: #776C29;
}
.BgClassName
{
background-color: #776C29;
}
</style>
border-color css
<style>
span { border-color: #776C29; }
span { border-color: rgb(119,108,41); }
td.TdClassName
{
border-color: #776C29;
}
.TagClassName
{
border-color: #776C29;
}
</style>