Shades of Crete #75752D
Tints of Crete #75752D
RGB
CMYK
RGB Variations
Color information
#75752D (or 0x75752D) is known color: Crete. HEX triplet: 75, 75 and 2D. RGB value is (117,117,45). Sum of RGB (Red+Green+Blue) = 117+117+45=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75752D is #8A8AD2. Grayscale: #6D6D6D. Windows color (decimal): -9079507 or 2979189. OLE color: 2979189.
HSL color Cylindrical-coordinate representation of color #75752D: hue angle of 60º 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 #75752D is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 45 | - |
| CMYK | 0 | 0 | 0.62 | 0.54 |
| HSL | 60º | 0.44% | 0.32% | - |
| HSV(B) | 60º | 0.62% | 0.46% | - |
| XYZ | 14.17 | 16.69 | 4.96 | - |
| YUV | 108.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 45 | 0 | 0 | 0.62 | 0.54 | 60 | 0.44 | 0.32 |
| Hex | 75 | 75 | 2D | 0 | 0 | 3E | 36 | 3C | 2C | 20 |
| Octal | 165 | 165 | 55 | 0 | 0 | 76 | 66 | 74 | 54 | 40 |
| Binary | 1110101 | 1110101 | 101101 | 0 | 0 | 111110 | 110110 | 111100 | 101100 | 100000 |
Color Harmonies of #75752D
Complementary color
Monochromatic Colors of #75752D
Black with #75752D
Text Example
Text Example
White with #75752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75752D; }
p { color: rgb(117,117,45); }
H1.HeaderClassName
{
color: #75752D;
}
.AnyTagClassName
{
color: #75752D;
}
</style>
background-color css
<style>
a { background-color: #75752D; }
a { background-color: rgb(117,117,45); }
div.DivClassName
{
background-color: #75752D;
}
.BgClassName
{
background-color: #75752D;
}
</style>
border-color css
<style>
span { border-color: #75752D; }
span { border-color: rgb(117,117,45); }
td.TdClassName
{
border-color: #75752D;
}
.TagClassName
{
border-color: #75752D;
}
</style>