#864763

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

Shades of Cosmic #864763

Tints of Cosmic #864763

Color information

#864763 (or 0x864763) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 63. RGB value is (134,71,99). Sum of RGB (Red+Green+Blue) = 134+71+99=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864763 is #79B89C. Grayscale: #5C5C5C. Windows color (decimal): -7977117 or 6506374. OLE color: 6506374.

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

Color convert

RGB1347199-
CMYK00.470.260.47
HSL333.33º30.73%40.2%-
HSV(B)333.33º47.01%52.55%-
XYZ14.3410.4813.07-
YUV93.03131.37157.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=44.08%
G=23.36%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134719900.470.260.47333.3330.7340.2
Hex86476302F1A2F14d1f28
Octal20610714305732575153750
Binary100001101000111110001101011111101010111110100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864763; }

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

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

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

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

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

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

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

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