#70525B

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

Shades of Cosmic #70525B

Tints of Cosmic #70525B

Color information

#70525B (or 0x70525B) is unknown color: approx Cosmic. HEX triplet: 70, 52 and 5B. RGB value is (112,82,91). Sum of RGB (Red+Green+Blue) = 112+82+91=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #70525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70525B is #8FADA4. Grayscale: #5B5B5B. Windows color (decimal): -9416101 or 5984880. OLE color: 5984880.

HSL color Cylindrical-coordinate representation of color #70525B: hue angle of 342º 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 #70525B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1128291-
CMYK00.270.190.56
HSL342º15.46%38.04%-
HSV(B)342º26.79%43.92%-
XYZ11.5910.2311.26-
YUV92127.44142.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=39.30%
G=28.77%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112829100.270.190.5634215.4638.04
Hex70525B01B1338156f26
Octal16012213303323705261746
Binary111000010100101011011011011100111110001010101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70525B; }

 p { color: rgb(112,82,91); }

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

<style>
 a { background-color: #70525B; }

 a { background-color: rgb(112,82,91); }

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

<style>
 span { border-color: #70525B; }

 span { border-color: rgb(112,82,91); }

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