#87406C

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

Shades of Cosmic #87406C

Tints of Cosmic #87406C

Color information

#87406C (or 0x87406C) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 6C. RGB value is (135,64,108). Sum of RGB (Red+Green+Blue) = 135+64+108=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87406C is #78BF93. Grayscale: #5A5A5A. Windows color (decimal): -7913364 or 7094407. OLE color: 7094407.

HSL color Cylindrical-coordinate representation of color #87406C: hue angle of 322.82º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87406C is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13564108-
CMYK00.530.20.47
HSL322.82º35.68%39.02%-
HSV(B)322.82º52.59%52.94%-
XYZ14.539.915.33-
YUV90.24138.02159.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=43.97%
G=20.85%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356410800.530.20.47322.8235.6839.02
Hex87406C035142F1432427
Octal20710015406524575034447
Binary1000011110000001101100011010110100101111101000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87406C; }

 p { color: rgb(135,64,108); }

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

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

 a { background-color: rgb(135,64,108); }

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

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

 span { border-color: rgb(135,64,108); }

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