#704D5C

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

Shades of Cosmic #704D5C

Tints of Cosmic #704D5C

Color information

#704D5C (or 0x704D5C) is unknown color: approx Cosmic. HEX triplet: 70, 4D and 5C. RGB value is (112,77,92). Sum of RGB (Red+Green+Blue) = 112+77+92=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D5C is #8FB2A3. Grayscale: #595959. Windows color (decimal): -9417380 or 6049136. OLE color: 6049136.

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

Color convert

RGB1127792-
CMYK00.310.180.56
HSL334.29º18.52%37.06%-
HSV(B)334.29º31.25%43.92%-
XYZ11.279.5311.37-
YUV89.18129.6144.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=39.86%
G=27.40%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112779200.310.180.56334.2918.5237.06
Hex704D5C01F123814e1325
Octal16011513403722705162345
Binary1110000100110110111000111111001011100010100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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