#704E5C

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

Shades of Cosmic #704E5C

Tints of Cosmic #704E5C

Color information

#704E5C (or 0x704E5C) is unknown color: approx Cosmic. HEX triplet: 70, 4E and 5C. RGB value is (112,78,92). Sum of RGB (Red+Green+Blue) = 112+78+92=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E5C is #8FB1A3. Grayscale: #595959. Windows color (decimal): -9417124 or 6049392. OLE color: 6049392.

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

Color convert

RGB1127892-
CMYK00.300.180.56
HSL335.29º17.89%37.25%-
HSV(B)335.29º30.36%43.92%-
XYZ11.349.6711.39-
YUV89.76129.26143.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=39.72%
G=27.66%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112789200.300.180.56335.2917.8937.25
Hex704E5C01E123814f1225
Octal16011613403622705172245
Binary1110000100111010111000111101001011100010100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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