#87486A

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

Shades of Cosmic #87486A

Tints of Cosmic #87486A

Color information

#87486A (or 0x87486A) is unknown color: approx Cosmic. HEX triplet: 87, 48 and 6A. RGB value is (135,72,106). Sum of RGB (Red+Green+Blue) = 135+72+106=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486A is #78B795. Grayscale: #5E5E5E. Windows color (decimal): -7911318 or 6965383. OLE color: 6965383.

HSL color Cylindrical-coordinate representation of color #87486A: hue angle of 327.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87486A is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13572106-
CMYK00.470.210.47
HSL327.62º30.43%40.59%-
HSV(B)327.62º46.67%52.94%-
XYZ14.9110.8314.94-
YUV94.71134.37156.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=43.13%
G=23.00%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357210600.470.210.47327.6230.4340.59
Hex87486A02F152F1481e29
Octal20711015205725575103651
Binary100001111001000110101001011111010110111110100100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87486A; }

 p { color: rgb(135,72,106); }

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

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

 a { background-color: rgb(135,72,106); }

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

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

 span { border-color: rgb(135,72,106); }

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