#70545E

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

Shades of Cosmic #70545E

Tints of Cosmic #70545E

Color information

#70545E (or 0x70545E) is unknown color: approx Cosmic. HEX triplet: 70, 54 and 5E. RGB value is (112,84,94). Sum of RGB (Red+Green+Blue) = 112+84+94=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #70545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70545E is #8FABA1. Grayscale: #5D5D5D. Windows color (decimal): -9415586 or 6182000. OLE color: 6182000.

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

Color convert

RGB1128494-
CMYK00.250.160.56
HSL338.57º14.29%38.43%-
HSV(B)338.57º25%43.92%-
XYZ11.8710.5912.01-
YUV93.51128.28141.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=38.62%
G=28.97%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112849400.250.160.56338.5714.2938.43
Hex70545E0191038153e26
Octal16012413603120705231646
Binary111000010101001011110011001100001110001010100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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