Shades of Cosmic #74495D
Tints of Cosmic #74495D
RGB
CMYK
RGB Variations
Color information
#74495D (or 0x74495D) is known color: Cosmic. HEX triplet: 74, 49 and 5D. RGB value is (116,73,93). Sum of RGB (Red+Green+Blue) = 116+73+93=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74495D is #8BB6A2. Grayscale: #585858. Windows color (decimal): -9156259 or 6113652. OLE color: 6113652.
HSL color Cylindrical-coordinate representation of color #74495D: hue angle of 332.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74495D is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 93 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.55 |
| HSL | 332.09º | 0.23% | 0.37% | - |
| HSV(B) | 332.09º | 0.37% | 0.45% | - |
| XYZ | 11.56 | 9.27 | 11.54 | - |
| YUV | 88.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 93 | 0 | 0.37 | 0.20 | 0.55 | 332.09 | 0.23 | 0.37 |
| Hex | 74 | 49 | 5D | 0 | 25 | 14 | 37 | 14C | 17 | 25 |
| Octal | 164 | 111 | 135 | 0 | 45 | 24 | 67 | 514 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1011101 | 0 | 100101 | 10100 | 110111 | 101001100 | 10111 | 100101 |
Color Harmonies of #74495D
Complementary color
Monochromatic Colors of #74495D
Black with #74495D
Text Example
Text Example
White with #74495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74495D; }
p { color: rgb(116,73,93); }
H1.HeaderClassName
{
color: #74495D;
}
.AnyTagClassName
{
color: #74495D;
}
</style>
background-color css
<style>
a { background-color: #74495D; }
a { background-color: rgb(116,73,93); }
div.DivClassName
{
background-color: #74495D;
}
.BgClassName
{
background-color: #74495D;
}
</style>
border-color css
<style>
span { border-color: #74495D; }
span { border-color: rgb(116,73,93); }
td.TdClassName
{
border-color: #74495D;
}
.TagClassName
{
border-color: #74495D;
}
</style>