Shades of Cosmic #74465E
Tints of Cosmic #74465E
RGB
CMYK
RGB Variations
Color information
#74465E (or 0x74465E) is known color: Cosmic. HEX triplet: 74, 46 and 5E. RGB value is (116,70,94). Sum of RGB (Red+Green+Blue) = 116+70+94=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74465E is #8BB9A1. Grayscale: #565656. Windows color (decimal): -9157026 or 6178420. OLE color: 6178420.
HSL color Cylindrical-coordinate representation of color #74465E: hue angle of 328.7º 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 #74465E is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 70 | 94 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.55 |
| HSL | 328.7º | 0.25% | 0.36% | - |
| HSV(B) | 328.7º | 0.4% | 0.45% | - |
| XYZ | 11.41 | 8.9 | 11.71 | - |
| YUV | 86.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 70 | 94 | 0 | 0.40 | 0.19 | 0.55 | 328.7 | 0.25 | 0.36 |
| Hex | 74 | 46 | 5E | 0 | 28 | 13 | 37 | 149 | 19 | 24 |
| Octal | 164 | 106 | 136 | 0 | 50 | 23 | 67 | 511 | 31 | 44 |
| Binary | 1110100 | 1000110 | 1011110 | 0 | 101000 | 10011 | 110111 | 101001001 | 11001 | 100100 |
Color Harmonies of #74465E
Complementary color
Monochromatic Colors of #74465E
Black with #74465E
Text Example
Text Example
White with #74465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74465E; }
p { color: rgb(116,70,94); }
H1.HeaderClassName
{
color: #74465E;
}
.AnyTagClassName
{
color: #74465E;
}
</style>
background-color css
<style>
a { background-color: #74465E; }
a { background-color: rgb(116,70,94); }
div.DivClassName
{
background-color: #74465E;
}
.BgClassName
{
background-color: #74465E;
}
</style>
border-color css
<style>
span { border-color: #74465E; }
span { border-color: rgb(116,70,94); }
td.TdClassName
{
border-color: #74465E;
}
.TagClassName
{
border-color: #74465E;
}
</style>