Shades of Cosmic #884375
Tints of Cosmic #884375
RGB
CMYK
RGB Variations
Color information
#884375 (or 0x884375) is known color: Cosmic. HEX triplet: 88, 43 and 75. RGB value is (136,67,117). Sum of RGB (Red+Green+Blue) = 136+67+117=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884375 is #77BC8A. Grayscale: #5D5D5D. Windows color (decimal): -7847051 or 7685000. OLE color: 7685000.
HSL color Cylindrical-coordinate representation of color #884375: hue angle of 316.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884375 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 117 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.47 |
| HSL | 316.52º | 0.34% | 0.4% | - |
| HSV(B) | 316.52º | 0.51% | 0.53% | - |
| XYZ | 15.37 | 10.53 | 18.05 | - |
| YUV | 93.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 117 | 0 | 0.51 | 0.14 | 0.47 | 316.52 | 0.34 | 0.4 |
| Hex | 88 | 43 | 75 | 0 | 33 | E | 2F | 13D | 22 | 28 |
| Octal | 210 | 103 | 165 | 0 | 63 | 16 | 57 | 475 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1110101 | 0 | 110011 | 1110 | 101111 | 100111101 | 100010 | 101000 |
Color Harmonies of #884375
Complementary color
Monochromatic Colors of #884375
Black with #884375
Text Example
Text Example
White with #884375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884375; }
p { color: rgb(136,67,117); }
H1.HeaderClassName
{
color: #884375;
}
.AnyTagClassName
{
color: #884375;
}
</style>
background-color css
<style>
a { background-color: #884375; }
a { background-color: rgb(136,67,117); }
div.DivClassName
{
background-color: #884375;
}
.BgClassName
{
background-color: #884375;
}
</style>
border-color css
<style>
span { border-color: #884375; }
span { border-color: rgb(136,67,117); }
td.TdClassName
{
border-color: #884375;
}
.TagClassName
{
border-color: #884375;
}
</style>