#87506F

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

Shades of Cosmic #87506F

Tints of Cosmic #87506F

Color information

#87506F (or 0x87506F) is unknown color: approx Cosmic. HEX triplet: 87, 50 and 6F. RGB value is (135,80,111). Sum of RGB (Red+Green+Blue) = 135+80+111=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87506F is #78AF90. Grayscale: #636363. Windows color (decimal): -7909265 or 7295111. OLE color: 7295111.

HSL color Cylindrical-coordinate representation of color #87506F: hue angle of 326.18º 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 #87506F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13580111-
CMYK00.410.180.47
HSL326.18º25.58%42.16%-
HSV(B)326.18º40.74%52.94%-
XYZ15.7312.0416.53-
YUV99.98134.22152.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=41.41%
G=24.54%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358011100.410.180.47326.1825.5842.16
Hex87506F029122F1461a2a
Octal20712015705122575063252
Binary100001111010000110111101010011001010111110100011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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