Shades of Cosmic #714B5F
Tints of Cosmic #714B5F
RGB
CMYK
RGB Variations
Color information
#714B5F (or 0x714B5F) is known color: Cosmic. HEX triplet: 71, 4B and 5F. RGB value is (113,75,95). Sum of RGB (Red+Green+Blue) = 113+75+95=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B5F is #8EB4A0. Grayscale: #585858. Windows color (decimal): -9352353 or 6245233. OLE color: 6245233.
HSL color Cylindrical-coordinate representation of color #714B5F: hue angle of 328.42º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B5F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 75 | 95 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.56 |
| HSL | 328.42º | 0.2% | 0.37% | - |
| HSV(B) | 328.42º | 0.34% | 0.44% | - |
| XYZ | 11.39 | 9.37 | 12.03 | - |
| YUV | 88.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 95 | 0 | 0.34 | 0.16 | 0.56 | 328.42 | 0.2 | 0.37 |
| Hex | 71 | 4B | 5F | 0 | 22 | 10 | 38 | 148 | 14 | 25 |
| Octal | 161 | 113 | 137 | 0 | 42 | 20 | 70 | 510 | 24 | 45 |
| Binary | 1110001 | 1001011 | 1011111 | 0 | 100010 | 10000 | 111000 | 101001000 | 10100 | 100101 |
Color Harmonies of #714B5F
Complementary color
Monochromatic Colors of #714B5F
Black with #714B5F
Text Example
Text Example
White with #714B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B5F; }
p { color: rgb(113,75,95); }
H1.HeaderClassName
{
color: #714B5F;
}
.AnyTagClassName
{
color: #714B5F;
}
</style>
background-color css
<style>
a { background-color: #714B5F; }
a { background-color: rgb(113,75,95); }
div.DivClassName
{
background-color: #714B5F;
}
.BgClassName
{
background-color: #714B5F;
}
</style>
border-color css
<style>
span { border-color: #714B5F; }
span { border-color: rgb(113,75,95); }
td.TdClassName
{
border-color: #714B5F;
}
.TagClassName
{
border-color: #714B5F;
}
</style>