Shades of Cosmic #714F5B
Tints of Cosmic #714F5B
RGB
CMYK
RGB Variations
Color information
#714F5B (or 0x714F5B) is known color: Cosmic. HEX triplet: 71, 4F and 5B. RGB value is (113,79,91). Sum of RGB (Red+Green+Blue) = 113+79+91=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #714F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F5B is #8EB0A4. Grayscale: #5A5A5A. Windows color (decimal): -9351333 or 5984113. OLE color: 5984113.
HSL color Cylindrical-coordinate representation of color #714F5B: hue angle of 338.82º 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 #714F5B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 91 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.56 |
| HSL | 338.82º | 0.18% | 0.38% | - |
| HSV(B) | 338.82º | 0.3% | 0.44% | - |
| XYZ | 11.49 | 9.86 | 11.19 | - |
| YUV | 90.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 91 | 0 | 0.30 | 0.19 | 0.56 | 338.82 | 0.18 | 0.38 |
| Hex | 71 | 4F | 5B | 0 | 1E | 13 | 38 | 153 | 12 | 26 |
| Octal | 161 | 117 | 133 | 0 | 36 | 23 | 70 | 523 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1011011 | 0 | 11110 | 10011 | 111000 | 101010011 | 10010 | 100110 |
Color Harmonies of #714F5B
Complementary color
Monochromatic Colors of #714F5B
Black with #714F5B
Text Example
Text Example
White with #714F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F5B; }
p { color: rgb(113,79,91); }
H1.HeaderClassName
{
color: #714F5B;
}
.AnyTagClassName
{
color: #714F5B;
}
</style>
background-color css
<style>
a { background-color: #714F5B; }
a { background-color: rgb(113,79,91); }
div.DivClassName
{
background-color: #714F5B;
}
.BgClassName
{
background-color: #714F5B;
}
</style>
border-color css
<style>
span { border-color: #714F5B; }
span { border-color: rgb(113,79,91); }
td.TdClassName
{
border-color: #714F5B;
}
.TagClassName
{
border-color: #714F5B;
}
</style>