#864770

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

Shades of Cosmic #864770

Tints of Cosmic #864770

Color information

#864770 (or 0x864770) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 70. RGB value is (134,71,112). Sum of RGB (Red+Green+Blue) = 134+71+112=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864770 is #79B88F. Grayscale: #5E5E5E. Windows color (decimal): -7977104 or 7358342. OLE color: 7358342.

HSL color Cylindrical-coordinate representation of color #864770: hue angle of 320.95º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864770 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13471112-
CMYK00.470.160.47
HSL320.95º30.73%40.2%-
HSV(B)320.95º47.01%52.55%-
XYZ15.0110.7416.61-
YUV94.51137.87156.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=42.27%
G=22.40%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347111200.470.160.47320.9530.7340.2
Hex86477002F102F1411f28
Octal20610716005720575013750
Binary100001101000111111000001011111000010111110100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864770; }

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

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

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

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

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

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

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

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