Shades of Cosmic #74425E
Tints of Cosmic #74425E
RGB
CMYK
RGB Variations
Color information
#74425E (or 0x74425E) is known color: Cosmic. HEX triplet: 74, 42 and 5E. RGB value is (116,66,94). Sum of RGB (Red+Green+Blue) = 116+66+94=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74425E is #8BBDA1. Grayscale: #545454. Windows color (decimal): -9158050 or 6177396. OLE color: 6177396.
HSL color Cylindrical-coordinate representation of color #74425E: hue angle of 326.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74425E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 94 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.55 |
| HSL | 326.4º | 0.27% | 0.36% | - |
| HSV(B) | 326.4º | 0.43% | 0.45% | - |
| XYZ | 11.17 | 8.42 | 11.63 | - |
| YUV | 84.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 94 | 0 | 0.43 | 0.19 | 0.55 | 326.4 | 0.27 | 0.36 |
| Hex | 74 | 42 | 5E | 0 | 2B | 13 | 37 | 146 | 1B | 24 |
| Octal | 164 | 102 | 136 | 0 | 53 | 23 | 67 | 506 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1011110 | 0 | 101011 | 10011 | 110111 | 101000110 | 11011 | 100100 |
Color Harmonies of #74425E
Complementary color
Monochromatic Colors of #74425E
Black with #74425E
Text Example
Text Example
White with #74425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74425E; }
p { color: rgb(116,66,94); }
H1.HeaderClassName
{
color: #74425E;
}
.AnyTagClassName
{
color: #74425E;
}
</style>
background-color css
<style>
a { background-color: #74425E; }
a { background-color: rgb(116,66,94); }
div.DivClassName
{
background-color: #74425E;
}
.BgClassName
{
background-color: #74425E;
}
</style>
border-color css
<style>
span { border-color: #74425E; }
span { border-color: rgb(116,66,94); }
td.TdClassName
{
border-color: #74425E;
}
.TagClassName
{
border-color: #74425E;
}
</style>