Shades of Cosmic #884B70
Tints of Cosmic #884B70
RGB
CMYK
RGB Variations
Color information
#884B70 (or 0x884B70) is known color: Cosmic. HEX triplet: 88, 4B and 70. RGB value is (136,75,112). Sum of RGB (Red+Green+Blue) = 136+75+112=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #884B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B70 is #77B48F. Grayscale: #616161. Windows color (decimal): -7845008 or 7359368. OLE color: 7359368.
HSL color Cylindrical-coordinate representation of color #884B70: hue angle of 323.61º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B70 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 112 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.47 |
| HSL | 323.61º | 0.29% | 0.41% | - |
| HSV(B) | 323.61º | 0.45% | 0.53% | - |
| XYZ | 15.59 | 11.44 | 16.71 | - |
| YUV | 97.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 112 | 0 | 0.45 | 0.18 | 0.47 | 323.61 | 0.29 | 0.41 |
| Hex | 88 | 4B | 70 | 0 | 2D | 12 | 2F | 144 | 1D | 29 |
| Octal | 210 | 113 | 160 | 0 | 55 | 22 | 57 | 504 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1110000 | 0 | 101101 | 10010 | 101111 | 101000100 | 11101 | 101001 |
Color Harmonies of #884B70
Complementary color
Monochromatic Colors of #884B70
Black with #884B70
Text Example
Text Example
White with #884B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B70; }
p { color: rgb(136,75,112); }
H1.HeaderClassName
{
color: #884B70;
}
.AnyTagClassName
{
color: #884B70;
}
</style>
background-color css
<style>
a { background-color: #884B70; }
a { background-color: rgb(136,75,112); }
div.DivClassName
{
background-color: #884B70;
}
.BgClassName
{
background-color: #884B70;
}
</style>
border-color css
<style>
span { border-color: #884B70; }
span { border-color: rgb(136,75,112); }
td.TdClassName
{
border-color: #884B70;
}
.TagClassName
{
border-color: #884B70;
}
</style>