Shades of Crete #75793F
Tints of Crete #75793F
RGB
CMYK
RGB Variations
Color information
#75793F (or 0x75793F) is known color: Crete. HEX triplet: 75, 79 and 3F. RGB value is (117,121,63). Sum of RGB (Red+Green+Blue) = 117+121+63=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #75793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793F is #8A86C0. Grayscale: #717171. Windows color (decimal): -9078465 or 4159861. OLE color: 4159861.
HSL color Cylindrical-coordinate representation of color #75793F: hue angle of 64.14º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75793F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 63 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.53 |
| HSL | 64.14º | 0.32% | 0.36% | - |
| HSV(B) | 64.14º | 0.48% | 0.47% | - |
| XYZ | 15.07 | 17.82 | 7.35 | - |
| YUV | 113.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 63 | 0.03 | 0 | 0.48 | 0.53 | 64.14 | 0.32 | 0.36 |
| Hex | 75 | 79 | 3F | 3 | 0 | 30 | 35 | 40 | 20 | 24 |
| Octal | 165 | 171 | 77 | 3 | 0 | 60 | 65 | 100 | 40 | 44 |
| Binary | 1110101 | 1111001 | 111111 | 11 | 0 | 110000 | 110101 | 1000000 | 100000 | 100100 |
Color Harmonies of #75793F
Complementary color
Monochromatic Colors of #75793F
Black with #75793F
Text Example
Text Example
White with #75793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75793F; }
p { color: rgb(117,121,63); }
H1.HeaderClassName
{
color: #75793F;
}
.AnyTagClassName
{
color: #75793F;
}
</style>
background-color css
<style>
a { background-color: #75793F; }
a { background-color: rgb(117,121,63); }
div.DivClassName
{
background-color: #75793F;
}
.BgClassName
{
background-color: #75793F;
}
</style>
border-color css
<style>
span { border-color: #75793F; }
span { border-color: rgb(117,121,63); }
td.TdClassName
{
border-color: #75793F;
}
.TagClassName
{
border-color: #75793F;
}
</style>