Shades of Cosmic #8C4774
Tints of Cosmic #8C4774
RGB
CMYK
RGB Variations
Color information
#8C4774 (or 0x8C4774) is known color: Cosmic. HEX triplet: 8C, 47 and 74. RGB value is (140,71,116). Sum of RGB (Red+Green+Blue) = 140+71+116=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4774 is #73B88B. Grayscale: #606060. Windows color (decimal): -7583884 or 7620492. OLE color: 7620492.
HSL color Cylindrical-coordinate representation of color #8C4774: hue angle of 320.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4774 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 116 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.45 |
| HSL | 320.87º | 0.33% | 0.41% | - |
| HSV(B) | 320.87º | 0.49% | 0.55% | - |
| XYZ | 16.22 | 11.34 | 17.86 | - |
| YUV | 96.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 116 | 0 | 0.49 | 0.17 | 0.45 | 320.87 | 0.33 | 0.41 |
| Hex | 8C | 47 | 74 | 0 | 31 | 11 | 2D | 141 | 21 | 29 |
| Octal | 214 | 107 | 164 | 0 | 61 | 21 | 55 | 501 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1110100 | 0 | 110001 | 10001 | 101101 | 101000001 | 100001 | 101001 |
Color Harmonies of #8C4774
Complementary color
Monochromatic Colors of #8C4774
Black with #8C4774
Text Example
Text Example
White with #8C4774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4774; }
p { color: rgb(140,71,116); }
H1.HeaderClassName
{
color: #8C4774;
}
.AnyTagClassName
{
color: #8C4774;
}
</style>
background-color css
<style>
a { background-color: #8C4774; }
a { background-color: rgb(140,71,116); }
div.DivClassName
{
background-color: #8C4774;
}
.BgClassName
{
background-color: #8C4774;
}
</style>
border-color css
<style>
span { border-color: #8C4774; }
span { border-color: rgb(140,71,116); }
td.TdClassName
{
border-color: #8C4774;
}
.TagClassName
{
border-color: #8C4774;
}
</style>