Shades of Cosmic #74485E
Tints of Cosmic #74485E
RGB
CMYK
RGB Variations
Color information
#74485E (or 0x74485E) is known color: Cosmic. HEX triplet: 74, 48 and 5E. RGB value is (116,72,94). Sum of RGB (Red+Green+Blue) = 116+72+94=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74485E is #8BB7A1. Grayscale: #575757. Windows color (decimal): -9156514 or 6178932. OLE color: 6178932.
HSL color Cylindrical-coordinate representation of color #74485E: hue angle of 330º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74485E is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 94 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.55 |
| HSL | 330º | 0.23% | 0.37% | - |
| HSV(B) | 330º | 0.38% | 0.45% | - |
| XYZ | 11.54 | 9.16 | 11.75 | - |
| YUV | 87.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 94 | 0 | 0.38 | 0.19 | 0.55 | 330 | 0.23 | 0.37 |
| Hex | 74 | 48 | 5E | 0 | 26 | 13 | 37 | 14A | 17 | 25 |
| Octal | 164 | 110 | 136 | 0 | 46 | 23 | 67 | 512 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1011110 | 0 | 100110 | 10011 | 110111 | 101001010 | 10111 | 100101 |
Color Harmonies of #74485E
Complementary color
Monochromatic Colors of #74485E
Black with #74485E
Text Example
Text Example
White with #74485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74485E; }
p { color: rgb(116,72,94); }
H1.HeaderClassName
{
color: #74485E;
}
.AnyTagClassName
{
color: #74485E;
}
</style>
background-color css
<style>
a { background-color: #74485E; }
a { background-color: rgb(116,72,94); }
div.DivClassName
{
background-color: #74485E;
}
.BgClassName
{
background-color: #74485E;
}
</style>
border-color css
<style>
span { border-color: #74485E; }
span { border-color: rgb(116,72,94); }
td.TdClassName
{
border-color: #74485E;
}
.TagClassName
{
border-color: #74485E;
}
</style>