#704760

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

Shades of Cosmic #704760

Tints of Cosmic #704760

Color information

#704760 (or 0x704760) is unknown color: approx Cosmic. HEX triplet: 70, 47 and 60. RGB value is (112,71,96). Sum of RGB (Red+Green+Blue) = 112+71+96=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704760 is #8FB89F. Grayscale: #565656. Windows color (decimal): -9418912 or 6309744. OLE color: 6309744.

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

Color convert

RGB1127196-
CMYK00.370.140.56
HSL323.41º22.4%35.88%-
HSV(B)323.41º36.61%43.92%-
XYZ11.058.812.18-
YUV86.11133.58146.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=40.14%
G=25.45%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112719600.370.140.56323.4122.435.88
Hex704760025E381431624
Octal16010714004516705032644
Binary1110000100011111000000100101111011100010100001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704760; }

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

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

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

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

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

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

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

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