Shades of Crete #76782D
Tints of Crete #76782D
RGB
CMYK
RGB Variations
Color information
#76782D (or 0x76782D) is known color: Crete. HEX triplet: 76, 78 and 2D. RGB value is (118,120,45). Sum of RGB (Red+Green+Blue) = 118+120+45=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #76782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76782D is #8987D2. Grayscale: #6F6F6F. Windows color (decimal): -9013203 or 2979958. OLE color: 2979958.
HSL color Cylindrical-coordinate representation of color #76782D: hue angle of 61.6º 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 #76782D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 45 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.53 |
| HSL | 61.6º | 0.45% | 0.32% | - |
| HSV(B) | 61.6º | 0.63% | 0.47% | - |
| XYZ | 14.66 | 17.47 | 5.08 | - |
| YUV | 110.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 45 | 0.02 | 0 | 0.63 | 0.53 | 61.6 | 0.45 | 0.32 |
| Hex | 76 | 78 | 2D | 2 | 0 | 3F | 35 | 3E | 2D | 20 |
| Octal | 166 | 170 | 55 | 2 | 0 | 77 | 65 | 76 | 55 | 40 |
| Binary | 1110110 | 1111000 | 101101 | 10 | 0 | 111111 | 110101 | 111110 | 101101 | 100000 |
Color Harmonies of #76782D
Complementary color
Monochromatic Colors of #76782D
Black with #76782D
Text Example
Text Example
White with #76782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76782D; }
p { color: rgb(118,120,45); }
H1.HeaderClassName
{
color: #76782D;
}
.AnyTagClassName
{
color: #76782D;
}
</style>
background-color css
<style>
a { background-color: #76782D; }
a { background-color: rgb(118,120,45); }
div.DivClassName
{
background-color: #76782D;
}
.BgClassName
{
background-color: #76782D;
}
</style>
border-color css
<style>
span { border-color: #76782D; }
span { border-color: rgb(118,120,45); }
td.TdClassName
{
border-color: #76782D;
}
.TagClassName
{
border-color: #76782D;
}
</style>