Shades of Cosmic #71545E
Tints of Cosmic #71545E
RGB
CMYK
RGB Variations
Color information
#71545E (or 0x71545E) is known color: Cosmic. HEX triplet: 71, 54 and 5E. RGB value is (113,84,94). Sum of RGB (Red+Green+Blue) = 113+84+94=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71545E is #8EABA1. Grayscale: #5D5D5D. Windows color (decimal): -9350050 or 6182001. OLE color: 6182001.
HSL color Cylindrical-coordinate representation of color #71545E: hue angle of 339.31º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71545E is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 84 | 94 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.56 |
| HSL | 339.31º | 0.15% | 0.39% | - |
| HSV(B) | 339.31º | 0.26% | 0.44% | - |
| XYZ | 12 | 10.66 | 12.01 | - |
| YUV | 93.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 94 | 0 | 0.26 | 0.17 | 0.56 | 339.31 | 0.15 | 0.39 |
| Hex | 71 | 54 | 5E | 0 | 1A | 11 | 38 | 153 | F | 27 |
| Octal | 161 | 124 | 136 | 0 | 32 | 21 | 70 | 523 | 17 | 47 |
| Binary | 1110001 | 1010100 | 1011110 | 0 | 11010 | 10001 | 111000 | 101010011 | 1111 | 100111 |
Color Harmonies of #71545E
Complementary color
Monochromatic Colors of #71545E
Black with #71545E
Text Example
Text Example
White with #71545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71545E; }
p { color: rgb(113,84,94); }
H1.HeaderClassName
{
color: #71545E;
}
.AnyTagClassName
{
color: #71545E;
}
</style>
background-color css
<style>
a { background-color: #71545E; }
a { background-color: rgb(113,84,94); }
div.DivClassName
{
background-color: #71545E;
}
.BgClassName
{
background-color: #71545E;
}
</style>
border-color css
<style>
span { border-color: #71545E; }
span { border-color: rgb(113,84,94); }
td.TdClassName
{
border-color: #71545E;
}
.TagClassName
{
border-color: #71545E;
}
</style>