Shades of Crete #75702E
Tints of Crete #75702E
RGB
CMYK
RGB Variations
Color information
#75702E (or 0x75702E) is known color: Crete. HEX triplet: 75, 70 and 2E. RGB value is (117,112,46). Sum of RGB (Red+Green+Blue) = 117+112+46=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702E is #8A8FD1. Grayscale: #6A6A6A. Windows color (decimal): -9080786 or 3043445. OLE color: 3043445.
HSL color Cylindrical-coordinate representation of color #75702E: hue angle of 55.77º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75702E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 46 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.54 |
| HSL | 55.77º | 0.44% | 0.32% | - |
| HSV(B) | 55.77º | 0.61% | 0.46% | - |
| XYZ | 13.62 | 15.57 | 4.87 | - |
| YUV | 105.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 46 | 0 | 0.04 | 0.61 | 0.54 | 55.77 | 0.44 | 0.32 |
| Hex | 75 | 70 | 2E | 0 | 4 | 3D | 36 | 38 | 2C | 20 |
| Octal | 165 | 160 | 56 | 0 | 4 | 75 | 66 | 70 | 54 | 40 |
| Binary | 1110101 | 1110000 | 101110 | 0 | 100 | 111101 | 110110 | 111000 | 101100 | 100000 |
Color Harmonies of #75702E
Complementary color
Monochromatic Colors of #75702E
Black with #75702E
Text Example
Text Example
White with #75702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75702E; }
p { color: rgb(117,112,46); }
H1.HeaderClassName
{
color: #75702E;
}
.AnyTagClassName
{
color: #75702E;
}
</style>
background-color css
<style>
a { background-color: #75702E; }
a { background-color: rgb(117,112,46); }
div.DivClassName
{
background-color: #75702E;
}
.BgClassName
{
background-color: #75702E;
}
</style>
border-color css
<style>
span { border-color: #75702E; }
span { border-color: rgb(117,112,46); }
td.TdClassName
{
border-color: #75702E;
}
.TagClassName
{
border-color: #75702E;
}
</style>