Shades of Cosmic #74465A
Tints of Cosmic #74465A
RGB
CMYK
RGB Variations
Color information
#74465A (or 0x74465A) is known color: Cosmic. HEX triplet: 74, 46 and 5A. RGB value is (116,70,90). Sum of RGB (Red+Green+Blue) = 116+70+90=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465A is #8BB9A5. Grayscale: #565656. Windows color (decimal): -9157030 or 5916276. OLE color: 5916276.
HSL color Cylindrical-coordinate representation of color #74465A: hue angle of 333.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74465A is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 90 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.55 |
| HSL | 333.91º | 0.25% | 0.36% | - |
| HSV(B) | 333.91º | 0.4% | 0.45% | - |
| XYZ | 11.24 | 8.83 | 10.79 | - |
| YUV | 86.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 90 | 0 | 0.40 | 0.22 | 0.55 | 333.91 | 0.25 | 0.36 |
| Hex | 74 | 46 | 5A | 0 | 28 | 16 | 37 | 14E | 19 | 24 |
| Octal | 164 | 106 | 132 | 0 | 50 | 26 | 67 | 516 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1011010 | 0 | 101000 | 10110 | 110111 | 101001110 | 11001 | 100100 |
Color Harmonies of #74465A
Complementary color
Monochromatic Colors of #74465A
Black with #74465A
Text Example
Text Example
White with #74465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74465A; }
p { color: rgb(116,70,90); }
H1.HeaderClassName
{
color: #74465A;
}
.AnyTagClassName
{
color: #74465A;
}
</style>
background-color css
<style>
a { background-color: #74465A; }
a { background-color: rgb(116,70,90); }
div.DivClassName
{
background-color: #74465A;
}
.BgClassName
{
background-color: #74465A;
}
</style>
border-color css
<style>
span { border-color: #74465A; }
span { border-color: rgb(116,70,90); }
td.TdClassName
{
border-color: #74465A;
}
.TagClassName
{
border-color: #74465A;
}
</style>