Shades of Crete #776B2F
Tints of Crete #776B2F
RGB
CMYK
RGB Variations
Color information
#776B2F (or 0x776B2F) is known color: Crete. HEX triplet: 77, 6B and 2F. RGB value is (119,107,47). Sum of RGB (Red+Green+Blue) = 119+107+47=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B2F is #8894D0. Grayscale: #676767. Windows color (decimal): -8950993 or 3107703. OLE color: 3107703.
HSL color Cylindrical-coordinate representation of color #776B2F: hue angle of 50º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #776B2F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 47 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.53 |
| HSL | 50º | 0.43% | 0.33% | - |
| HSV(B) | 50º | 0.61% | 0.47% | - |
| XYZ | 13.38 | 14.64 | 4.81 | - |
| YUV | 103.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 47 | 0 | 0.10 | 0.61 | 0.53 | 50 | 0.43 | 0.33 |
| Hex | 77 | 6B | 2F | 0 | A | 3D | 35 | 32 | 2B | 21 |
| Octal | 167 | 153 | 57 | 0 | 12 | 75 | 65 | 62 | 53 | 41 |
| Binary | 1110111 | 1101011 | 101111 | 0 | 1010 | 111101 | 110101 | 110010 | 101011 | 100001 |
Color Harmonies of #776B2F
Complementary color
Monochromatic Colors of #776B2F
Black with #776B2F
Text Example
Text Example
White with #776B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B2F; }
p { color: rgb(119,107,47); }
H1.HeaderClassName
{
color: #776B2F;
}
.AnyTagClassName
{
color: #776B2F;
}
</style>
background-color css
<style>
a { background-color: #776B2F; }
a { background-color: rgb(119,107,47); }
div.DivClassName
{
background-color: #776B2F;
}
.BgClassName
{
background-color: #776B2F;
}
</style>
border-color css
<style>
span { border-color: #776B2F; }
span { border-color: rgb(119,107,47); }
td.TdClassName
{
border-color: #776B2F;
}
.TagClassName
{
border-color: #776B2F;
}
</style>