Shades of Cosmic #70525A
Tints of Cosmic #70525A
RGB
CMYK
RGB Variations
Color information
#70525A (or 0x70525A) is known color: Cosmic. HEX triplet: 70, 52 and 5A. RGB value is (112,82,90). Sum of RGB (Red+Green+Blue) = 112+82+90=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #70525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70525A is #8FADA5. Grayscale: #5B5B5B. Windows color (decimal): -9416102 or 5919344. OLE color: 5919344.
HSL color Cylindrical-coordinate representation of color #70525A: hue angle of 344º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70525A is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 90 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.56 |
| HSL | 344º | 0.15% | 0.38% | - |
| HSV(B) | 344º | 0.27% | 0.44% | - |
| XYZ | 11.54 | 10.22 | 11.04 | - |
| YUV | 91.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 90 | 0 | 0.27 | 0.20 | 0.56 | 344 | 0.15 | 0.38 |
| Hex | 70 | 52 | 5A | 0 | 1B | 14 | 38 | 158 | F | 26 |
| Octal | 160 | 122 | 132 | 0 | 33 | 24 | 70 | 530 | 17 | 46 |
| Binary | 1110000 | 1010010 | 1011010 | 0 | 11011 | 10100 | 111000 | 101011000 | 1111 | 100110 |
Color Harmonies of #70525A
Complementary color
Monochromatic Colors of #70525A
Black with #70525A
Text Example
Text Example
White with #70525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70525A; }
p { color: rgb(112,82,90); }
H1.HeaderClassName
{
color: #70525A;
}
.AnyTagClassName
{
color: #70525A;
}
</style>
background-color css
<style>
a { background-color: #70525A; }
a { background-color: rgb(112,82,90); }
div.DivClassName
{
background-color: #70525A;
}
.BgClassName
{
background-color: #70525A;
}
</style>
border-color css
<style>
span { border-color: #70525A; }
span { border-color: rgb(112,82,90); }
td.TdClassName
{
border-color: #70525A;
}
.TagClassName
{
border-color: #70525A;
}
</style>