Shades of Crete #75713C
Tints of Crete #75713C
RGB
CMYK
RGB Variations
Color information
#75713C (or 0x75713C) is known color: Crete. HEX triplet: 75, 71 and 3C. RGB value is (117,113,60). Sum of RGB (Red+Green+Blue) = 117+113+60=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713C is #8A8EC3. Grayscale: #6C6C6C. Windows color (decimal): -9080516 or 3961205. OLE color: 3961205.
HSL color Cylindrical-coordinate representation of color #75713C: hue angle of 55.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75713C is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 60 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.54 |
| HSL | 55.79º | 0.32% | 0.35% | - |
| HSV(B) | 55.79º | 0.49% | 0.46% | - |
| XYZ | 14.06 | 15.92 | 6.61 | - |
| YUV | 108.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 60 | 0 | 0.03 | 0.49 | 0.54 | 55.79 | 0.32 | 0.35 |
| Hex | 75 | 71 | 3C | 0 | 3 | 31 | 36 | 38 | 20 | 23 |
| Octal | 165 | 161 | 74 | 0 | 3 | 61 | 66 | 70 | 40 | 43 |
| Binary | 1110101 | 1110001 | 111100 | 0 | 11 | 110001 | 110110 | 111000 | 100000 | 100011 |
Color Harmonies of #75713C
Complementary color
Monochromatic Colors of #75713C
Black with #75713C
Text Example
Text Example
White with #75713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75713C; }
p { color: rgb(117,113,60); }
H1.HeaderClassName
{
color: #75713C;
}
.AnyTagClassName
{
color: #75713C;
}
</style>
background-color css
<style>
a { background-color: #75713C; }
a { background-color: rgb(117,113,60); }
div.DivClassName
{
background-color: #75713C;
}
.BgClassName
{
background-color: #75713C;
}
</style>
border-color css
<style>
span { border-color: #75713C; }
span { border-color: rgb(117,113,60); }
td.TdClassName
{
border-color: #75713C;
}
.TagClassName
{
border-color: #75713C;
}
</style>