Shades of Cosmic #74515C
Tints of Cosmic #74515C
RGB
CMYK
RGB Variations
Color information
#74515C (or 0x74515C) is known color: Cosmic. HEX triplet: 74, 51 and 5C. RGB value is (116,81,92). Sum of RGB (Red+Green+Blue) = 116+81+92=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74515C is #8BAEA3. Grayscale: #5C5C5C. Windows color (decimal): -9154212 or 6050164. OLE color: 6050164.
HSL color Cylindrical-coordinate representation of color #74515C: hue angle of 341.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74515C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 92 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.55 |
| HSL | 341.14º | 0.18% | 0.39% | - |
| HSV(B) | 341.14º | 0.3% | 0.45% | - |
| XYZ | 12.08 | 10.37 | 11.49 | - |
| YUV | 92.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 92 | 0 | 0.30 | 0.21 | 0.55 | 341.14 | 0.18 | 0.39 |
| Hex | 74 | 51 | 5C | 0 | 1E | 15 | 37 | 155 | 12 | 27 |
| Octal | 164 | 121 | 134 | 0 | 36 | 25 | 67 | 525 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1011100 | 0 | 11110 | 10101 | 110111 | 101010101 | 10010 | 100111 |
Color Harmonies of #74515C
Complementary color
Monochromatic Colors of #74515C
Black with #74515C
Text Example
Text Example
White with #74515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74515C; }
p { color: rgb(116,81,92); }
H1.HeaderClassName
{
color: #74515C;
}
.AnyTagClassName
{
color: #74515C;
}
</style>
background-color css
<style>
a { background-color: #74515C; }
a { background-color: rgb(116,81,92); }
div.DivClassName
{
background-color: #74515C;
}
.BgClassName
{
background-color: #74515C;
}
</style>
border-color css
<style>
span { border-color: #74515C; }
span { border-color: rgb(116,81,92); }
td.TdClassName
{
border-color: #74515C;
}
.TagClassName
{
border-color: #74515C;
}
</style>