Shades of Crete #75702C
Tints of Crete #75702C
RGB
CMYK
RGB Variations
Color information
#75702C (or 0x75702C) is known color: Crete. HEX triplet: 75, 70 and 2C. RGB value is (117,112,44). Sum of RGB (Red+Green+Blue) = 117+112+44=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702C is #8A8FD3. Grayscale: #6A6A6A. Windows color (decimal): -9080788 or 2912373. OLE color: 2912373.
HSL color Cylindrical-coordinate representation of color #75702C: hue angle of 55.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75702C is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 44 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.54 |
| HSL | 55.89º | 0.45% | 0.32% | - |
| HSV(B) | 55.89º | 0.62% | 0.46% | - |
| XYZ | 13.58 | 15.55 | 4.67 | - |
| YUV | 105.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 44 | 0 | 0.04 | 0.62 | 0.54 | 55.89 | 0.45 | 0.32 |
| Hex | 75 | 70 | 2C | 0 | 4 | 3E | 36 | 38 | 2D | 20 |
| Octal | 165 | 160 | 54 | 0 | 4 | 76 | 66 | 70 | 55 | 40 |
| Binary | 1110101 | 1110000 | 101100 | 0 | 100 | 111110 | 110110 | 111000 | 101101 | 100000 |
Color Harmonies of #75702C
Complementary color
Monochromatic Colors of #75702C
Black with #75702C
Text Example
Text Example
White with #75702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75702C; }
p { color: rgb(117,112,44); }
H1.HeaderClassName
{
color: #75702C;
}
.AnyTagClassName
{
color: #75702C;
}
</style>
background-color css
<style>
a { background-color: #75702C; }
a { background-color: rgb(117,112,44); }
div.DivClassName
{
background-color: #75702C;
}
.BgClassName
{
background-color: #75702C;
}
</style>
border-color css
<style>
span { border-color: #75702C; }
span { border-color: rgb(117,112,44); }
td.TdClassName
{
border-color: #75702C;
}
.TagClassName
{
border-color: #75702C;
}
</style>