#704765

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

Shades of Cosmic #704765

Tints of Cosmic #704765

Color information

#704765 (or 0x704765) is unknown color: approx Cosmic. HEX triplet: 70, 47 and 65. RGB value is (112,71,101). Sum of RGB (Red+Green+Blue) = 112+71+101=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704765 is #8FB89A. Grayscale: #565656. Windows color (decimal): -9418907 or 6637424. OLE color: 6637424.

HSL color Cylindrical-coordinate representation of color #704765: hue angle of 316.1º 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 #704765 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11271101-
CMYK00.370.100.56
HSL316.1º22.4%35.88%-
HSV(B)316.1º36.61%43.92%-
XYZ11.288.8913.43-
YUV86.68136.08146.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=39.44%
G=25%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127110100.370.100.56316.122.435.88
Hex704765025A3813c1624
Octal16010714504512704742644
Binary1110000100011111001010100101101011100010011110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704765; }

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

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

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

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

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

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

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

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