Shades of Crete #77762F
Tints of Crete #77762F
RGB
CMYK
RGB Variations
Color information
#77762F (or 0x77762F) is known color: Crete. HEX triplet: 77, 76 and 2F. RGB value is (119,118,47). Sum of RGB (Red+Green+Blue) = 119+118+47=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77762F is #8889D0. Grayscale: #6E6E6E. Windows color (decimal): -8948177 or 3110519. OLE color: 3110519.
HSL color Cylindrical-coordinate representation of color #77762F: hue angle of 59.17º 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 #77762F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 47 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.53 |
| HSL | 59.17º | 0.43% | 0.33% | - |
| HSV(B) | 59.17º | 0.61% | 0.47% | - |
| XYZ | 14.6 | 17.08 | 5.22 | - |
| YUV | 110.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 47 | 0 | 0.01 | 0.61 | 0.53 | 59.17 | 0.43 | 0.33 |
| Hex | 77 | 76 | 2F | 0 | 1 | 3D | 35 | 3B | 2B | 21 |
| Octal | 167 | 166 | 57 | 0 | 1 | 75 | 65 | 73 | 53 | 41 |
| Binary | 1110111 | 1110110 | 101111 | 0 | 1 | 111101 | 110101 | 111011 | 101011 | 100001 |
Color Harmonies of #77762F
Complementary color
Monochromatic Colors of #77762F
Black with #77762F
Text Example
Text Example
White with #77762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77762F; }
p { color: rgb(119,118,47); }
H1.HeaderClassName
{
color: #77762F;
}
.AnyTagClassName
{
color: #77762F;
}
</style>
background-color css
<style>
a { background-color: #77762F; }
a { background-color: rgb(119,118,47); }
div.DivClassName
{
background-color: #77762F;
}
.BgClassName
{
background-color: #77762F;
}
</style>
border-color css
<style>
span { border-color: #77762F; }
span { border-color: rgb(119,118,47); }
td.TdClassName
{
border-color: #77762F;
}
.TagClassName
{
border-color: #77762F;
}
</style>