#87526F

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

Shades of Cosmic #87526F

Tints of Cosmic #87526F

Color information

#87526F (or 0x87526F) is unknown color: approx Cosmic. HEX triplet: 87, 52 and 6F. RGB value is (135,82,111). Sum of RGB (Red+Green+Blue) = 135+82+111=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87526F is #78AD90. Grayscale: #656565. Windows color (decimal): -7908753 or 7295623. OLE color: 7295623.

HSL color Cylindrical-coordinate representation of color #87526F: hue angle of 327.17º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87526F is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13582111-
CMYK00.390.180.47
HSL327.17º24.42%42.55%-
HSV(B)327.17º39.26%52.94%-
XYZ15.8812.3316.58-
YUV101.15133.56152.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=41.16%
G=25%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358211100.390.180.47327.1724.4242.55
Hex87526F027122F147182b
Octal20712215704722575073053
Binary100001111010010110111101001111001010111110100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87526F; }

 p { color: rgb(135,82,111); }

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

<style>
 a { background-color: #87526F; }

 a { background-color: rgb(135,82,111); }

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

<style>
 span { border-color: #87526F; }

 span { border-color: rgb(135,82,111); }

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