Shades of Crete #776C30
Tints of Crete #776C30
RGB
CMYK
RGB Variations
Color information
#776C30 (or 0x776C30) is known color: Crete. HEX triplet: 77, 6C and 30. RGB value is (119,108,48). Sum of RGB (Red+Green+Blue) = 119+108+48=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C30 is #8893CF. Grayscale: #686868. Windows color (decimal): -8950736 or 3173495. OLE color: 3173495.
HSL color Cylindrical-coordinate representation of color #776C30: hue angle of 50.7º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #776C30 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 48 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.53 |
| HSL | 50.7º | 0.43% | 0.33% | - |
| HSV(B) | 50.7º | 0.6% | 0.47% | - |
| XYZ | 13.5 | 14.86 | 4.95 | - |
| YUV | 104.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 48 | 0 | 0.09 | 0.60 | 0.53 | 50.7 | 0.43 | 0.33 |
| Hex | 77 | 6C | 30 | 0 | 9 | 3C | 35 | 33 | 2B | 21 |
| Octal | 167 | 154 | 60 | 0 | 11 | 74 | 65 | 63 | 53 | 41 |
| Binary | 1110111 | 1101100 | 110000 | 0 | 1001 | 111100 | 110101 | 110011 | 101011 | 100001 |
Color Harmonies of #776C30
Complementary color
Monochromatic Colors of #776C30
Black with #776C30
Text Example
Text Example
White with #776C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C30; }
p { color: rgb(119,108,48); }
H1.HeaderClassName
{
color: #776C30;
}
.AnyTagClassName
{
color: #776C30;
}
</style>
background-color css
<style>
a { background-color: #776C30; }
a { background-color: rgb(119,108,48); }
div.DivClassName
{
background-color: #776C30;
}
.BgClassName
{
background-color: #776C30;
}
</style>
border-color css
<style>
span { border-color: #776C30; }
span { border-color: rgb(119,108,48); }
td.TdClassName
{
border-color: #776C30;
}
.TagClassName
{
border-color: #776C30;
}
</style>