Shades of Crete #75732E
Tints of Crete #75732E
RGB
CMYK
RGB Variations
Color information
#75732E (or 0x75732E) is known color: Crete. HEX triplet: 75, 73 and 2E. RGB value is (117,115,46). Sum of RGB (Red+Green+Blue) = 117+115+46=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732E is #8A8CD1. Grayscale: #6C6C6C. Windows color (decimal): -9080018 or 3044213. OLE color: 3044213.
HSL color Cylindrical-coordinate representation of color #75732E: hue angle of 58.31º 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 #75732E is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 46 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.54 |
| HSL | 58.31º | 0.44% | 0.32% | - |
| HSV(B) | 58.31º | 0.61% | 0.46% | - |
| XYZ | 13.96 | 16.24 | 4.98 | - |
| YUV | 107.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 46 | 0 | 0.02 | 0.61 | 0.54 | 58.31 | 0.44 | 0.32 |
| Hex | 75 | 73 | 2E | 0 | 2 | 3D | 36 | 3A | 2C | 20 |
| Octal | 165 | 163 | 56 | 0 | 2 | 75 | 66 | 72 | 54 | 40 |
| Binary | 1110101 | 1110011 | 101110 | 0 | 10 | 111101 | 110110 | 111010 | 101100 | 100000 |
Color Harmonies of #75732E
Complementary color
Monochromatic Colors of #75732E
Black with #75732E
Text Example
Text Example
White with #75732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75732E; }
p { color: rgb(117,115,46); }
H1.HeaderClassName
{
color: #75732E;
}
.AnyTagClassName
{
color: #75732E;
}
</style>
background-color css
<style>
a { background-color: #75732E; }
a { background-color: rgb(117,115,46); }
div.DivClassName
{
background-color: #75732E;
}
.BgClassName
{
background-color: #75732E;
}
</style>
border-color css
<style>
span { border-color: #75732E; }
span { border-color: rgb(117,115,46); }
td.TdClassName
{
border-color: #75732E;
}
.TagClassName
{
border-color: #75732E;
}
</style>