#704E62

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

Shades of Cosmic #704E62

Tints of Cosmic #704E62

Color information

#704E62 (or 0x704E62) is unknown color: approx Cosmic. HEX triplet: 70, 4E and 62. RGB value is (112,78,98). Sum of RGB (Red+Green+Blue) = 112+78+98=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E62 is #8FB19D. Grayscale: #5A5A5A. Windows color (decimal): -9417118 or 6442608. OLE color: 6442608.

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

Color convert

RGB1127898-
CMYK00.300.130.56
HSL324.71º17.89%37.25%-
HSV(B)324.71º30.36%43.92%-
XYZ11.619.7812.83-
YUV90.45132.26143.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=38.89%
G=27.08%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112789800.300.130.56324.7117.8937.25
Hex704E6201ED381451225
Octal16011614203615705052245
Binary111000010011101100010011110110111100010100010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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