#704C63

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

Shades of Cosmic #704C63

Tints of Cosmic #704C63

Color information

#704C63 (or 0x704C63) is unknown color: approx Cosmic. HEX triplet: 70, 4C and 63. RGB value is (112,76,99). Sum of RGB (Red+Green+Blue) = 112+76+99=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C63 is #8FB39C. Grayscale: #595959. Windows color (decimal): -9417629 or 6507632. OLE color: 6507632.

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

Color convert

RGB1127699-
CMYK00.320.120.56
HSL321.67º19.15%36.86%-
HSV(B)321.67º32.14%43.92%-
XYZ11.529.5113.03-
YUV89.39133.43144.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=39.02%
G=26.48%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112769900.320.120.56321.6719.1536.86
Hex704C63020C381421325
Octal16011414304014705022345
Binary1110000100110011000110100000110011100010100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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