Shades of Crete #76772D
Tints of Crete #76772D
RGB
CMYK
RGB Variations
Color information
#76772D (or 0x76772D) is known color: Crete. HEX triplet: 76, 77 and 2D. RGB value is (118,119,45). Sum of RGB (Red+Green+Blue) = 118+119+45=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #76772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76772D is #8988D2. Grayscale: #6E6E6E. Windows color (decimal): -9013459 or 2979702. OLE color: 2979702.
HSL color Cylindrical-coordinate representation of color #76772D: hue angle of 60.81º 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 #76772D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 45 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.53 |
| HSL | 60.81º | 0.45% | 0.32% | - |
| HSV(B) | 60.81º | 0.62% | 0.47% | - |
| XYZ | 14.54 | 17.23 | 5.04 | - |
| YUV | 110.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 45 | 0.01 | 0 | 0.62 | 0.53 | 60.81 | 0.45 | 0.32 |
| Hex | 76 | 77 | 2D | 1 | 0 | 3E | 35 | 3D | 2D | 20 |
| Octal | 166 | 167 | 55 | 1 | 0 | 76 | 65 | 75 | 55 | 40 |
| Binary | 1110110 | 1110111 | 101101 | 1 | 0 | 111110 | 110101 | 111101 | 101101 | 100000 |
Color Harmonies of #76772D
Complementary color
Monochromatic Colors of #76772D
Black with #76772D
Text Example
Text Example
White with #76772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76772D; }
p { color: rgb(118,119,45); }
H1.HeaderClassName
{
color: #76772D;
}
.AnyTagClassName
{
color: #76772D;
}
</style>
background-color css
<style>
a { background-color: #76772D; }
a { background-color: rgb(118,119,45); }
div.DivClassName
{
background-color: #76772D;
}
.BgClassName
{
background-color: #76772D;
}
</style>
border-color css
<style>
span { border-color: #76772D; }
span { border-color: rgb(118,119,45); }
td.TdClassName
{
border-color: #76772D;
}
.TagClassName
{
border-color: #76772D;
}
</style>