#864773

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

Shades of Cosmic #864773

Tints of Cosmic #864773

Color information

#864773 (or 0x864773) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 73. RGB value is (134,71,115). Sum of RGB (Red+Green+Blue) = 134+71+115=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #864773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864773 is #79B88C. Grayscale: #5E5E5E. Windows color (decimal): -7977101 or 7554950. OLE color: 7554950.

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

Color convert

RGB13471115-
CMYK00.470.140.47
HSL318.1º30.73%40.2%-
HSV(B)318.1º47.01%52.55%-
XYZ15.1810.8117.51-
YUV94.85139.37155.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=41.88%
G=22.19%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347111500.470.140.47318.130.7340.2
Hex86477302FE2F13e1f28
Octal20610716305716574763750
Binary10000110100011111100110101111111010111110011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864773; }

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

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

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

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

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

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

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

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