Shades of Crete #76773C
Tints of Crete #76773C
RGB
CMYK
RGB Variations
Color information
#76773C (or 0x76773C) is known color: Crete. HEX triplet: 76, 77 and 3C. RGB value is (118,119,60). Sum of RGB (Red+Green+Blue) = 118+119+60=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #76773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773C is #8988C3. Grayscale: #707070. Windows color (decimal): -9013444 or 3962742. OLE color: 3962742.
HSL color Cylindrical-coordinate representation of color #76773C: hue angle of 61.02º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76773C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 60 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.53 |
| HSL | 61.02º | 0.33% | 0.35% | - |
| HSV(B) | 61.02º | 0.5% | 0.47% | - |
| XYZ | 14.88 | 17.37 | 6.84 | - |
| YUV | 111.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 60 | 0.01 | 0 | 0.50 | 0.53 | 61.02 | 0.33 | 0.35 |
| Hex | 76 | 77 | 3C | 1 | 0 | 32 | 35 | 3D | 21 | 23 |
| Octal | 166 | 167 | 74 | 1 | 0 | 62 | 65 | 75 | 41 | 43 |
| Binary | 1110110 | 1110111 | 111100 | 1 | 0 | 110010 | 110101 | 111101 | 100001 | 100011 |
Color Harmonies of #76773C
Complementary color
Monochromatic Colors of #76773C
Black with #76773C
Text Example
Text Example
White with #76773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76773C; }
p { color: rgb(118,119,60); }
H1.HeaderClassName
{
color: #76773C;
}
.AnyTagClassName
{
color: #76773C;
}
</style>
background-color css
<style>
a { background-color: #76773C; }
a { background-color: rgb(118,119,60); }
div.DivClassName
{
background-color: #76773C;
}
.BgClassName
{
background-color: #76773C;
}
</style>
border-color css
<style>
span { border-color: #76773C; }
span { border-color: rgb(118,119,60); }
td.TdClassName
{
border-color: #76773C;
}
.TagClassName
{
border-color: #76773C;
}
</style>