#704D64

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

Shades of Cosmic #704D64

Tints of Cosmic #704D64

Color information

#704D64 (or 0x704D64) is unknown color: approx Cosmic. HEX triplet: 70, 4D and 64. RGB value is (112,77,100). Sum of RGB (Red+Green+Blue) = 112+77+100=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D64 is #8FB29B. Grayscale: #5A5A5A. Windows color (decimal): -9417372 or 6573424. OLE color: 6573424.

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

Color convert

RGB11277100-
CMYK00.310.110.56
HSL320.57º18.52%37.06%-
HSV(B)320.57º31.25%43.92%-
XYZ11.649.6713.31-
YUV90.09133.6143.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=38.75%
G=26.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127710000.310.110.56320.5718.5237.06
Hex704D6401FB381411325
Octal16011514403713705012345
Binary111000010011011100100011111101111100010100000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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