Shades of Cosmic #74485F
Tints of Cosmic #74485F
RGB
CMYK
RGB Variations
Color information
#74485F (or 0x74485F) is known color: Cosmic. HEX triplet: 74, 48 and 5F. RGB value is (116,72,95). Sum of RGB (Red+Green+Blue) = 116+72+95=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74485F is #8BB7A0. Grayscale: #575757. Windows color (decimal): -9156513 or 6244468. OLE color: 6244468.
HSL color Cylindrical-coordinate representation of color #74485F: hue angle of 328.64º 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 #74485F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 95 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.55 |
| HSL | 328.64º | 0.23% | 0.37% | - |
| HSV(B) | 328.64º | 0.38% | 0.45% | - |
| XYZ | 11.59 | 9.17 | 11.99 | - |
| YUV | 87.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 95 | 0 | 0.38 | 0.18 | 0.55 | 328.64 | 0.23 | 0.37 |
| Hex | 74 | 48 | 5F | 0 | 26 | 12 | 37 | 149 | 17 | 25 |
| Octal | 164 | 110 | 137 | 0 | 46 | 22 | 67 | 511 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1011111 | 0 | 100110 | 10010 | 110111 | 101001001 | 10111 | 100101 |
Color Harmonies of #74485F
Complementary color
Monochromatic Colors of #74485F
Black with #74485F
Text Example
Text Example
White with #74485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74485F; }
p { color: rgb(116,72,95); }
H1.HeaderClassName
{
color: #74485F;
}
.AnyTagClassName
{
color: #74485F;
}
</style>
background-color css
<style>
a { background-color: #74485F; }
a { background-color: rgb(116,72,95); }
div.DivClassName
{
background-color: #74485F;
}
.BgClassName
{
background-color: #74485F;
}
</style>
border-color css
<style>
span { border-color: #74485F; }
span { border-color: rgb(116,72,95); }
td.TdClassName
{
border-color: #74485F;
}
.TagClassName
{
border-color: #74485F;
}
</style>