Shades of Crete #75732D
Tints of Crete #75732D
RGB
CMYK
RGB Variations
Color information
#75732D (or 0x75732D) is known color: Crete. HEX triplet: 75, 73 and 2D. RGB value is (117,115,45). Sum of RGB (Red+Green+Blue) = 117+115+45=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732D is #8A8CD2. Grayscale: #6B6B6B. Windows color (decimal): -9080019 or 2978677. OLE color: 2978677.
HSL color Cylindrical-coordinate representation of color #75732D: hue angle of 58.33º degrees, saturation: 0.44, 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 #75732D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 45 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.54 |
| HSL | 58.33º | 0.44% | 0.32% | - |
| HSV(B) | 58.33º | 0.62% | 0.46% | - |
| XYZ | 13.94 | 16.23 | 4.88 | - |
| YUV | 107.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 45 | 0 | 0.02 | 0.62 | 0.54 | 58.33 | 0.44 | 0.32 |
| Hex | 75 | 73 | 2D | 0 | 2 | 3E | 36 | 3A | 2C | 20 |
| Octal | 165 | 163 | 55 | 0 | 2 | 76 | 66 | 72 | 54 | 40 |
| Binary | 1110101 | 1110011 | 101101 | 0 | 10 | 111110 | 110110 | 111010 | 101100 | 100000 |
Color Harmonies of #75732D
Complementary color
Monochromatic Colors of #75732D
Black with #75732D
Text Example
Text Example
White with #75732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75732D; }
p { color: rgb(117,115,45); }
H1.HeaderClassName
{
color: #75732D;
}
.AnyTagClassName
{
color: #75732D;
}
</style>
background-color css
<style>
a { background-color: #75732D; }
a { background-color: rgb(117,115,45); }
div.DivClassName
{
background-color: #75732D;
}
.BgClassName
{
background-color: #75732D;
}
</style>
border-color css
<style>
span { border-color: #75732D; }
span { border-color: rgb(117,115,45); }
td.TdClassName
{
border-color: #75732D;
}
.TagClassName
{
border-color: #75732D;
}
</style>