#70545D

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

Shades of Cosmic #70545D

Tints of Cosmic #70545D

Color information

#70545D (or 0x70545D) is unknown color: approx Cosmic. HEX triplet: 70, 54 and 5D. RGB value is (112,84,93). Sum of RGB (Red+Green+Blue) = 112+84+93=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70545D is #8FABA2. Grayscale: #5D5D5D. Windows color (decimal): -9415587 or 6116464. OLE color: 6116464.

HSL color Cylindrical-coordinate representation of color #70545D: hue angle of 340.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70545D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1128493-
CMYK00.250.170.56
HSL340.71º14.29%38.43%-
HSV(B)340.71º25%43.92%-
XYZ11.8310.5811.77-
YUV93.4127.78141.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=38.75%
G=29.07%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112849300.250.170.56340.7114.2938.43
Hex70545D0191138155e26
Octal16012413503121705251646
Binary111000010101001011101011001100011110001010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70545D; }

 p { color: rgb(112,84,93); }

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

<style>
 a { background-color: #70545D; }

 a { background-color: rgb(112,84,93); }

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

<style>
 span { border-color: #70545D; }

 span { border-color: rgb(112,84,93); }

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