Shades of Crete #75713B
Tints of Crete #75713B
RGB
CMYK
RGB Variations
Color information
#75713B (or 0x75713B) is known color: Crete. HEX triplet: 75, 71 and 3B. RGB value is (117,113,59). Sum of RGB (Red+Green+Blue) = 117+113+59=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713B is #8A8EC4. Grayscale: #6C6C6C. Windows color (decimal): -9080517 or 3895669. OLE color: 3895669.
HSL color Cylindrical-coordinate representation of color #75713B: hue angle of 55.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75713B is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 59 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.54 |
| HSL | 55.86º | 0.33% | 0.35% | - |
| HSV(B) | 55.86º | 0.5% | 0.46% | - |
| XYZ | 14.03 | 15.91 | 6.47 | - |
| YUV | 108.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 59 | 0 | 0.03 | 0.50 | 0.54 | 55.86 | 0.33 | 0.35 |
| Hex | 75 | 71 | 3B | 0 | 3 | 32 | 36 | 38 | 21 | 23 |
| Octal | 165 | 161 | 73 | 0 | 3 | 62 | 66 | 70 | 41 | 43 |
| Binary | 1110101 | 1110001 | 111011 | 0 | 11 | 110010 | 110110 | 111000 | 100001 | 100011 |
Color Harmonies of #75713B
Complementary color
Monochromatic Colors of #75713B
Black with #75713B
Text Example
Text Example
White with #75713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75713B; }
p { color: rgb(117,113,59); }
H1.HeaderClassName
{
color: #75713B;
}
.AnyTagClassName
{
color: #75713B;
}
</style>
background-color css
<style>
a { background-color: #75713B; }
a { background-color: rgb(117,113,59); }
div.DivClassName
{
background-color: #75713B;
}
.BgClassName
{
background-color: #75713B;
}
</style>
border-color css
<style>
span { border-color: #75713B; }
span { border-color: rgb(117,113,59); }
td.TdClassName
{
border-color: #75713B;
}
.TagClassName
{
border-color: #75713B;
}
</style>