#704E5A

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

Shades of Cosmic #704E5A

Tints of Cosmic #704E5A

Color information

#704E5A (or 0x704E5A) is unknown color: approx Cosmic. HEX triplet: 70, 4E and 5A. RGB value is (112,78,90). Sum of RGB (Red+Green+Blue) = 112+78+90=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5A is #8FB1A5. Grayscale: #595959. Windows color (decimal): -9417126 or 5918320. OLE color: 5918320.

HSL color Cylindrical-coordinate representation of color #704E5A: hue angle of 338.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E5A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127890-
CMYK00.300.200.56
HSL338.82º17.89%37.25%-
HSV(B)338.82º30.36%43.92%-
XYZ11.259.6310.94-
YUV89.53128.26144.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=40%
G=27.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112789000.300.200.56338.8217.8937.25
Hex704E5A01E14381531225
Octal16011613203624705232245
Binary1110000100111010110100111101010011100010101001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E5A; }

 p { color: rgb(112,78,90); }

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

<style>
 a { background-color: #704E5A; }

 a { background-color: rgb(112,78,90); }

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

<style>
 span { border-color: #704E5A; }

 span { border-color: rgb(112,78,90); }

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