#864E70

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

Shades of Cosmic #864E70

Tints of Cosmic #864E70

Color information

#864E70 (or 0x864E70) is unknown color: approx Cosmic. HEX triplet: 86, 4E and 70. RGB value is (134,78,112). Sum of RGB (Red+Green+Blue) = 134+78+112=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #864E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E70 is #79B18F. Grayscale: #626262. Windows color (decimal): -7975312 or 7360134. OLE color: 7360134.

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

Color convert

RGB13478112-
CMYK00.420.160.47
HSL323.57º26.42%41.57%-
HSV(B)323.57º41.79%52.55%-
XYZ15.4811.6916.77-
YUV98.62135.55153.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=41.36%
G=24.07%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347811200.420.160.47323.5726.4241.57
Hex864E7002A102F1441a2a
Octal20611616005220575043252
Binary100001101001110111000001010101000010111110100010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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