#87486E

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

Shades of Cosmic #87486E

Tints of Cosmic #87486E

Color information

#87486E (or 0x87486E) is unknown color: approx Cosmic. HEX triplet: 87, 48 and 6E. RGB value is (135,72,110). Sum of RGB (Red+Green+Blue) = 135+72+110=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486E is #78B791. Grayscale: #5F5F5F. Windows color (decimal): -7911314 or 7227527. OLE color: 7227527.

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

Color convert

RGB13572110-
CMYK00.470.190.47
HSL323.81º30.43%40.59%-
HSV(B)323.81º46.67%52.94%-
XYZ15.1210.9116.06-
YUV95.17136.37156.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=42.59%
G=22.71%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357211000.470.190.47323.8130.4340.59
Hex87486E02F132F1441e29
Octal20711015605723575043651
Binary100001111001000110111001011111001110111110100010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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