#87406A

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

Shades of Cosmic #87406A

Tints of Cosmic #87406A

Color information

#87406A (or 0x87406A) is unknown color: approx Cosmic. HEX triplet: 87, 40 and 6A. RGB value is (135,64,106). Sum of RGB (Red+Green+Blue) = 135+64+106=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #87406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87406A is #78BF95. Grayscale: #595959. Windows color (decimal): -7913366 or 6963335. OLE color: 6963335.

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

Color convert

RGB13564106-
CMYK00.530.210.47
HSL324.51º35.68%39.02%-
HSV(B)324.51º52.59%52.94%-
XYZ14.439.8614.78-
YUV90.02137.02160.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=44.26%
G=20.98%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356410600.530.210.47324.5135.6839.02
Hex87406A035152F1452427
Octal20710015206525575054447
Binary1000011110000001101010011010110101101111101000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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