#704763

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

Shades of Cosmic #704763

Tints of Cosmic #704763

Color information

#704763 (or 0x704763) is unknown color: approx Cosmic. HEX triplet: 70, 47 and 63. RGB value is (112,71,99). Sum of RGB (Red+Green+Blue) = 112+71+99=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704763 is #8FB89C. Grayscale: #565656. Windows color (decimal): -9418909 or 6506352. OLE color: 6506352.

HSL color Cylindrical-coordinate representation of color #704763: hue angle of 319.02º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704763 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1127199-
CMYK00.370.120.56
HSL319.02º22.4%35.88%-
HSV(B)319.02º36.61%43.92%-
XYZ11.198.8512.92-
YUV86.45135.08146.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=39.72%
G=25.18%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719900.370.120.56319.0222.435.88
Hex704763025C3813f1624
Octal16010714304514704772644
Binary1110000100011111000110100101110011100010011111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704763; }

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

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

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

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

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

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

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

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