#704C64

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

Shades of Cosmic #704C64

Tints of Cosmic #704C64

Color information

#704C64 (or 0x704C64) is unknown color: approx Cosmic. HEX triplet: 70, 4C and 64. RGB value is (112,76,100). Sum of RGB (Red+Green+Blue) = 112+76+100=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #704C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C64 is #8FB39B. Grayscale: #595959. Windows color (decimal): -9417628 or 6573168. OLE color: 6573168.

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

Color convert

RGB11276100-
CMYK00.320.110.56
HSL320º19.15%36.86%-
HSV(B)320º32.14%43.92%-
XYZ11.579.5313.29-
YUV89.5133.93144.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=38.89%
G=26.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127610000.320.110.5632019.1536.86
Hex704C64020B381401325
Octal16011414404013705002345
Binary1110000100110011001000100000101111100010100000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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