Shades of Cosmic #714F5A
Tints of Cosmic #714F5A
RGB
CMYK
RGB Variations
Color information
#714F5A (or 0x714F5A) is known color: Cosmic. HEX triplet: 71, 4F and 5A. RGB value is (113,79,90). Sum of RGB (Red+Green+Blue) = 113+79+90=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5A is #8EB0A5. Grayscale: #5A5A5A. Windows color (decimal): -9351334 or 5918577. OLE color: 5918577.
HSL color Cylindrical-coordinate representation of color #714F5A: hue angle of 340.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F5A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 90 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.56 |
| HSL | 340.59º | 0.18% | 0.38% | - |
| HSV(B) | 340.59º | 0.3% | 0.44% | - |
| XYZ | 11.45 | 9.84 | 10.97 | - |
| YUV | 90.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 90 | 0 | 0.30 | 0.20 | 0.56 | 340.59 | 0.18 | 0.38 |
| Hex | 71 | 4F | 5A | 0 | 1E | 14 | 38 | 155 | 12 | 26 |
| Octal | 161 | 117 | 132 | 0 | 36 | 24 | 70 | 525 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1011010 | 0 | 11110 | 10100 | 111000 | 101010101 | 10010 | 100110 |
Color Harmonies of #714F5A
Complementary color
Monochromatic Colors of #714F5A
Black with #714F5A
Text Example
Text Example
White with #714F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F5A; }
p { color: rgb(113,79,90); }
H1.HeaderClassName
{
color: #714F5A;
}
.AnyTagClassName
{
color: #714F5A;
}
</style>
background-color css
<style>
a { background-color: #714F5A; }
a { background-color: rgb(113,79,90); }
div.DivClassName
{
background-color: #714F5A;
}
.BgClassName
{
background-color: #714F5A;
}
</style>
border-color css
<style>
span { border-color: #714F5A; }
span { border-color: rgb(113,79,90); }
td.TdClassName
{
border-color: #714F5A;
}
.TagClassName
{
border-color: #714F5A;
}
</style>