#864E73

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

Shades of Cosmic #864E73

Tints of Cosmic #864E73

Color information

#864E73 (or 0x864E73) is unknown color: approx Cosmic. HEX triplet: 86, 4E and 73. RGB value is (134,78,115). Sum of RGB (Red+Green+Blue) = 134+78+115=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #864E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E73 is #79B18C. Grayscale: #626262. Windows color (decimal): -7975309 or 7556742. OLE color: 7556742.

HSL color Cylindrical-coordinate representation of color #864E73: hue angle of 320.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E73 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13478115-
CMYK00.420.140.47
HSL320.36º26.42%41.57%-
HSV(B)320.36º41.79%52.55%-
XYZ15.6511.7517.66-
YUV98.96137.05152.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=40.98%
G=23.85%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347811500.420.140.47320.3626.4241.57
Hex864E7302AE2F1401a2a
Octal20611616305216575003252
Binary10000110100111011100110101010111010111110100000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E73; }

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

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

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

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

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

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

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

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