Shades of Crete #75772E
Tints of Crete #75772E
RGB
CMYK
RGB Variations
Color information
#75772E (or 0x75772E) is known color: Crete. HEX triplet: 75, 77 and 2E. RGB value is (117,119,46). Sum of RGB (Red+Green+Blue) = 117+119+46=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #75772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772E is #8A88D1. Grayscale: #6E6E6E. Windows color (decimal): -9078994 or 3045237. OLE color: 3045237.
HSL color Cylindrical-coordinate representation of color #75772E: hue angle of 61.64º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75772E is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 46 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.53 |
| HSL | 61.64º | 0.44% | 0.32% | - |
| HSV(B) | 61.64º | 0.61% | 0.47% | - |
| XYZ | 14.43 | 17.17 | 5.14 | - |
| YUV | 110.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 46 | 0.02 | 0 | 0.61 | 0.53 | 61.64 | 0.44 | 0.32 |
| Hex | 75 | 77 | 2E | 2 | 0 | 3D | 35 | 3E | 2C | 20 |
| Octal | 165 | 167 | 56 | 2 | 0 | 75 | 65 | 76 | 54 | 40 |
| Binary | 1110101 | 1110111 | 101110 | 10 | 0 | 111101 | 110101 | 111110 | 101100 | 100000 |
Color Harmonies of #75772E
Complementary color
Monochromatic Colors of #75772E
Black with #75772E
Text Example
Text Example
White with #75772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75772E; }
p { color: rgb(117,119,46); }
H1.HeaderClassName
{
color: #75772E;
}
.AnyTagClassName
{
color: #75772E;
}
</style>
background-color css
<style>
a { background-color: #75772E; }
a { background-color: rgb(117,119,46); }
div.DivClassName
{
background-color: #75772E;
}
.BgClassName
{
background-color: #75772E;
}
</style>
border-color css
<style>
span { border-color: #75772E; }
span { border-color: rgb(117,119,46); }
td.TdClassName
{
border-color: #75772E;
}
.TagClassName
{
border-color: #75772E;
}
</style>