#70515C

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

Shades of Cosmic #70515C

Tints of Cosmic #70515C

Color information

#70515C (or 0x70515C) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 5C. RGB value is (112,81,92). Sum of RGB (Red+Green+Blue) = 112+81+92=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #70515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70515C is #8FAEA3. Grayscale: #5B5B5B. Windows color (decimal): -9416356 or 6050160. OLE color: 6050160.

HSL color Cylindrical-coordinate representation of color #70515C: hue angle of 338.71º 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 #70515C is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1128192-
CMYK00.280.180.56
HSL338.71º16.06%37.84%-
HSV(B)338.71º27.68%43.92%-
XYZ11.5610.111.47-
YUV91.52128.27142.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=39.30%
G=28.42%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112819200.280.180.56338.7116.0637.84
Hex70515C01C12381531026
Octal16012113403422705232046
Binary1110000101000110111000111001001011100010101001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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