#704E60

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

Shades of Cosmic #704E60

Tints of Cosmic #704E60

Color information

#704E60 (or 0x704E60) is unknown color: approx Cosmic. HEX triplet: 70, 4E and 60. RGB value is (112,78,96). Sum of RGB (Red+Green+Blue) = 112+78+96=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E60 is #8FB19F. Grayscale: #5A5A5A. Windows color (decimal): -9417120 or 6311536. OLE color: 6311536.

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

Color convert

RGB1127896-
CMYK00.300.140.56
HSL328.24º17.89%37.25%-
HSV(B)328.24º30.36%43.92%-
XYZ11.529.7412.34-
YUV90.22131.26143.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=39.16%
G=27.27%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112789600.300.140.56328.2417.8937.25
Hex704E6001EE381481225
Octal16011614003616705102245
Binary111000010011101100000011110111011100010100100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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