#87506E

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

Shades of Cosmic #87506E

Tints of Cosmic #87506E

Color information

#87506E (or 0x87506E) is unknown color: approx Cosmic. HEX triplet: 87, 50 and 6E. RGB value is (135,80,110). Sum of RGB (Red+Green+Blue) = 135+80+110=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506E is #78AF91. Grayscale: #636363. Windows color (decimal): -7909266 or 7229575. OLE color: 7229575.

HSL color Cylindrical-coordinate representation of color #87506E: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87506E is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13580110-
CMYK00.410.190.47
HSL327.27º25.58%42.16%-
HSV(B)327.27º40.74%52.94%-
XYZ15.6712.0116.24-
YUV99.86133.72153.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=41.54%
G=24.62%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011000.410.190.47327.2725.5842.16
Hex87506E029132F1471a2a
Octal20712015605123575073252
Binary100001111010000110111001010011001110111110100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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