Shades of Cosmic #74495A
Tints of Cosmic #74495A
RGB
CMYK
RGB Variations
Color information
#74495A (or 0x74495A) is known color: Cosmic. HEX triplet: 74, 49 and 5A. RGB value is (116,73,90). Sum of RGB (Red+Green+Blue) = 116+73+90=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74495A is #8BB6A5. Grayscale: #575757. Windows color (decimal): -9156262 or 5917044. OLE color: 5917044.
HSL color Cylindrical-coordinate representation of color #74495A: hue angle of 336.28º 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 #74495A is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 73 | 90 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.55 |
| HSL | 336.28º | 0.23% | 0.37% | - |
| HSV(B) | 336.28º | 0.37% | 0.45% | - |
| XYZ | 11.43 | 9.22 | 10.85 | - |
| YUV | 87.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 90 | 0 | 0.37 | 0.22 | 0.55 | 336.28 | 0.23 | 0.37 |
| Hex | 74 | 49 | 5A | 0 | 25 | 16 | 37 | 150 | 17 | 25 |
| Octal | 164 | 111 | 132 | 0 | 45 | 26 | 67 | 520 | 27 | 45 |
| Binary | 1110100 | 1001001 | 1011010 | 0 | 100101 | 10110 | 110111 | 101010000 | 10111 | 100101 |
Color Harmonies of #74495A
Complementary color
Monochromatic Colors of #74495A
Black with #74495A
Text Example
Text Example
White with #74495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74495A; }
p { color: rgb(116,73,90); }
H1.HeaderClassName
{
color: #74495A;
}
.AnyTagClassName
{
color: #74495A;
}
</style>
background-color css
<style>
a { background-color: #74495A; }
a { background-color: rgb(116,73,90); }
div.DivClassName
{
background-color: #74495A;
}
.BgClassName
{
background-color: #74495A;
}
</style>
border-color css
<style>
span { border-color: #74495A; }
span { border-color: rgb(116,73,90); }
td.TdClassName
{
border-color: #74495A;
}
.TagClassName
{
border-color: #74495A;
}
</style>