Shades of Crete #75773A
Tints of Crete #75773A
RGB
CMYK
RGB Variations
Color information
#75773A (or 0x75773A) is known color: Crete. HEX triplet: 75, 77 and 3A. RGB value is (117,119,58). Sum of RGB (Red+Green+Blue) = 117+119+58=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #75773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773A is #8A88C5. Grayscale: #6F6F6F. Windows color (decimal): -9078982 or 3831669. OLE color: 3831669.
HSL color Cylindrical-coordinate representation of color #75773A: hue angle of 61.97º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75773A is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 58 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.53 |
| HSL | 61.97º | 0.34% | 0.35% | - |
| HSV(B) | 61.97º | 0.51% | 0.47% | - |
| XYZ | 14.7 | 17.28 | 6.56 | - |
| YUV | 111.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 58 | 0.02 | 0 | 0.51 | 0.53 | 61.97 | 0.34 | 0.35 |
| Hex | 75 | 77 | 3A | 2 | 0 | 33 | 35 | 3E | 22 | 23 |
| Octal | 165 | 167 | 72 | 2 | 0 | 63 | 65 | 76 | 42 | 43 |
| Binary | 1110101 | 1110111 | 111010 | 10 | 0 | 110011 | 110101 | 111110 | 100010 | 100011 |
Color Harmonies of #75773A
Complementary color
Monochromatic Colors of #75773A
Black with #75773A
Text Example
Text Example
White with #75773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75773A; }
p { color: rgb(117,119,58); }
H1.HeaderClassName
{
color: #75773A;
}
.AnyTagClassName
{
color: #75773A;
}
</style>
background-color css
<style>
a { background-color: #75773A; }
a { background-color: rgb(117,119,58); }
div.DivClassName
{
background-color: #75773A;
}
.BgClassName
{
background-color: #75773A;
}
</style>
border-color css
<style>
span { border-color: #75773A; }
span { border-color: rgb(117,119,58); }
td.TdClassName
{
border-color: #75773A;
}
.TagClassName
{
border-color: #75773A;
}
</style>