Shades of Crete #75742F
Tints of Crete #75742F
RGB
CMYK
RGB Variations
Color information
#75742F (or 0x75742F) is known color: Crete. HEX triplet: 75, 74 and 2F. RGB value is (117,116,47). Sum of RGB (Red+Green+Blue) = 117+116+47=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75742F is #8A8BD0. Grayscale: #6C6C6C. Windows color (decimal): -9079761 or 3110005. OLE color: 3110005.
HSL color Cylindrical-coordinate representation of color #75742F: hue angle of 59.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75742F is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 47 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.54 |
| HSL | 59.14º | 0.43% | 0.32% | - |
| HSV(B) | 59.14º | 0.6% | 0.46% | - |
| XYZ | 14.09 | 16.48 | 5.13 | - |
| YUV | 108.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 47 | 0 | 0.01 | 0.60 | 0.54 | 59.14 | 0.43 | 0.32 |
| Hex | 75 | 74 | 2F | 0 | 1 | 3C | 36 | 3B | 2B | 20 |
| Octal | 165 | 164 | 57 | 0 | 1 | 74 | 66 | 73 | 53 | 40 |
| Binary | 1110101 | 1110100 | 101111 | 0 | 1 | 111100 | 110110 | 111011 | 101011 | 100000 |
Color Harmonies of #75742F
Complementary color
Monochromatic Colors of #75742F
Black with #75742F
Text Example
Text Example
White with #75742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75742F; }
p { color: rgb(117,116,47); }
H1.HeaderClassName
{
color: #75742F;
}
.AnyTagClassName
{
color: #75742F;
}
</style>
background-color css
<style>
a { background-color: #75742F; }
a { background-color: rgb(117,116,47); }
div.DivClassName
{
background-color: #75742F;
}
.BgClassName
{
background-color: #75742F;
}
</style>
border-color css
<style>
span { border-color: #75742F; }
span { border-color: rgb(117,116,47); }
td.TdClassName
{
border-color: #75742F;
}
.TagClassName
{
border-color: #75742F;
}
</style>