Shades of Cosmic #714A5B
Tints of Cosmic #714A5B
RGB
CMYK
RGB Variations
Color information
#714A5B (or 0x714A5B) is known color: Cosmic. HEX triplet: 71, 4A and 5B. RGB value is (113,74,91). Sum of RGB (Red+Green+Blue) = 113+74+91=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A5B is #8EB5A4. Grayscale: #575757. Windows color (decimal): -9352613 or 5982833. OLE color: 5982833.
HSL color Cylindrical-coordinate representation of color #714A5B: hue angle of 333.85º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A5B is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 91 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.56 |
| HSL | 333.85º | 0.21% | 0.37% | - |
| HSV(B) | 333.85º | 0.35% | 0.44% | - |
| XYZ | 11.15 | 9.16 | 11.08 | - |
| YUV | 87.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 91 | 0 | 0.35 | 0.19 | 0.56 | 333.85 | 0.21 | 0.37 |
| Hex | 71 | 4A | 5B | 0 | 23 | 13 | 38 | 14E | 15 | 25 |
| Octal | 161 | 112 | 133 | 0 | 43 | 23 | 70 | 516 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1011011 | 0 | 100011 | 10011 | 111000 | 101001110 | 10101 | 100101 |
Color Harmonies of #714A5B
Complementary color
Monochromatic Colors of #714A5B
Black with #714A5B
Text Example
Text Example
White with #714A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A5B; }
p { color: rgb(113,74,91); }
H1.HeaderClassName
{
color: #714A5B;
}
.AnyTagClassName
{
color: #714A5B;
}
</style>
background-color css
<style>
a { background-color: #714A5B; }
a { background-color: rgb(113,74,91); }
div.DivClassName
{
background-color: #714A5B;
}
.BgClassName
{
background-color: #714A5B;
}
</style>
border-color css
<style>
span { border-color: #714A5B; }
span { border-color: rgb(113,74,91); }
td.TdClassName
{
border-color: #714A5B;
}
.TagClassName
{
border-color: #714A5B;
}
</style>