Shades of Cosmic #74545E
Tints of Cosmic #74545E
RGB
CMYK
RGB Variations
Color information
#74545E (or 0x74545E) is known color: Cosmic. HEX triplet: 74, 54 and 5E. RGB value is (116,84,94). Sum of RGB (Red+Green+Blue) = 116+84+94=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545E is #8BABA1. Grayscale: #5E5E5E. Windows color (decimal): -9153442 or 6182004. OLE color: 6182004.
HSL color Cylindrical-coordinate representation of color #74545E: hue angle of 341.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74545E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 94 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.55 |
| HSL | 341.25º | 0.16% | 0.39% | - |
| HSV(B) | 341.25º | 0.28% | 0.45% | - |
| XYZ | 12.39 | 10.86 | 12.03 | - |
| YUV | 94.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 94 | 0 | 0.28 | 0.19 | 0.55 | 341.25 | 0.16 | 0.39 |
| Hex | 74 | 54 | 5E | 0 | 1C | 13 | 37 | 155 | 10 | 27 |
| Octal | 164 | 124 | 136 | 0 | 34 | 23 | 67 | 525 | 20 | 47 |
| Binary | 1110100 | 1010100 | 1011110 | 0 | 11100 | 10011 | 110111 | 101010101 | 10000 | 100111 |
Color Harmonies of #74545E
Complementary color
Monochromatic Colors of #74545E
Black with #74545E
Text Example
Text Example
White with #74545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74545E; }
p { color: rgb(116,84,94); }
H1.HeaderClassName
{
color: #74545E;
}
.AnyTagClassName
{
color: #74545E;
}
</style>
background-color css
<style>
a { background-color: #74545E; }
a { background-color: rgb(116,84,94); }
div.DivClassName
{
background-color: #74545E;
}
.BgClassName
{
background-color: #74545E;
}
</style>
border-color css
<style>
span { border-color: #74545E; }
span { border-color: rgb(116,84,94); }
td.TdClassName
{
border-color: #74545E;
}
.TagClassName
{
border-color: #74545E;
}
</style>