#70545C

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

Shades of Cosmic #70545C

Tints of Cosmic #70545C

Color information

#70545C (or 0x70545C) is unknown color: approx Cosmic. HEX triplet: 70, 54 and 5C. RGB value is (112,84,92). Sum of RGB (Red+Green+Blue) = 112+84+92=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70545C is #8FABA3. Grayscale: #5D5D5D. Windows color (decimal): -9415588 or 6050928. OLE color: 6050928.

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

Color convert

RGB1128492-
CMYK00.250.180.56
HSL342.86º14.29%38.43%-
HSV(B)342.86º25%43.92%-
XYZ11.7810.5611.54-
YUV93.28127.28141.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=38.89%
G=29.17%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112849200.250.180.56342.8614.2938.43
Hex70545C0191238157e26
Octal16012413403122705271646
Binary111000010101001011100011001100101110001010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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