#864766

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

Shades of Cosmic #864766

Tints of Cosmic #864766

Color information

#864766 (or 0x864766) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 66. RGB value is (134,71,102). Sum of RGB (Red+Green+Blue) = 134+71+102=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #864766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864766 is #79B899. Grayscale: #5D5D5D. Windows color (decimal): -7977114 or 6702982. OLE color: 6702982.

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

Color convert

RGB13471102-
CMYK00.470.240.47
HSL330.48º30.73%40.2%-
HSV(B)330.48º47.01%52.55%-
XYZ14.4810.5313.84-
YUV93.37132.87156.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=43.65%
G=23.13%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347110200.470.240.47330.4830.7340.2
Hex86476602F182F14a1f28
Octal20610714605730575123750
Binary100001101000111110011001011111100010111110100101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864766; }

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

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

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

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

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

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

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

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