#864772

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

Shades of Cosmic #864772

Tints of Cosmic #864772

Color information

#864772 (or 0x864772) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 72. RGB value is (134,71,114). Sum of RGB (Red+Green+Blue) = 134+71+114=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864772 is #79B88D. Grayscale: #5E5E5E. Windows color (decimal): -7977102 or 7489414. OLE color: 7489414.

HSL color Cylindrical-coordinate representation of color #864772: hue angle of 319.05º 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 #864772 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13471114-
CMYK00.470.150.47
HSL319.05º30.73%40.2%-
HSV(B)319.05º47.01%52.55%-
XYZ15.1210.7917.21-
YUV94.74138.87156-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=42.01%
G=22.26%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347111400.470.150.47319.0530.7340.2
Hex86477202FF2F13f1f28
Octal20610716205717574773750
Binary10000110100011111100100101111111110111110011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864772; }

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

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

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

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

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

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

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

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