#70515A

Color #70515A Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #70515A

Tints of Cosmic #70515A

Color information

#70515A (or 0x70515A) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 5A. RGB value is (112,81,90). Sum of RGB (Red+Green+Blue) = 112+81+90=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #70515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70515A is #8FAEA5. Grayscale: #5B5B5B. Windows color (decimal): -9416358 or 5919088. OLE color: 5919088.

HSL color Cylindrical-coordinate representation of color #70515A: hue angle of 342.58º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70515A is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1128190-
CMYK00.280.200.56
HSL342.58º16.06%37.84%-
HSV(B)342.58º27.68%43.92%-
XYZ11.4710.0711.01-
YUV91.3127.27142.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=39.58%
G=28.62%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112819000.280.200.56342.5816.0637.84
Hex70515A01C14381571026
Octal16012113203424705272046
Binary1110000101000110110100111001010011100010101011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70515A; }

 p { color: rgb(112,81,90); }

 H1.HeaderClassName
 {
   color: #70515A;
 }
 .AnyTagClassName
 {
   color: #70515A;
 }
</style>
background-color css

<style>
 a { background-color: #70515A; }

 a { background-color: rgb(112,81,90); }

 div.DivClassName
 {
   background-color: #70515A;
 }
 .BgClassName
 {
   background-color: #70515A;
 }
</style>
border-color css

<style>
 span { border-color: #70515A; }

 span { border-color: rgb(112,81,90); }

 td.TdClassName
 {
   border-color: #70515A;
 }
 .TagClassName
 {
   border-color: #70515A;
 }
</style>