#704E64

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

Shades of Cosmic #704E64

Tints of Cosmic #704E64

Color information

#704E64 (or 0x704E64) is unknown color: approx Cosmic. HEX triplet: 70, 4E and 64. RGB value is (112,78,100). Sum of RGB (Red+Green+Blue) = 112+78+100=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #704E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E64 is #8FB19B. Grayscale: #5A5A5A. Windows color (decimal): -9417116 or 6573680. OLE color: 6573680.

HSL color Cylindrical-coordinate representation of color #704E64: hue angle of 321.18º 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 #704E64 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11278100-
CMYK00.300.110.56
HSL321.18º17.89%37.25%-
HSV(B)321.18º30.36%43.92%-
XYZ11.719.8113.33-
YUV90.67133.26143.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=38.62%
G=26.90%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127810000.300.110.56321.1817.8937.25
Hex704E6401EB381411225
Octal16011614403613705012245
Binary111000010011101100100011110101111100010100000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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