#87757F

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

Shades of Strikemaster #87757F

Tints of Strikemaster #87757F

Color information

#87757F (or 0x87757F) is unknown color: approx Strikemaster. HEX triplet: 87, 75 and 7F. RGB value is (135,117,127). Sum of RGB (Red+Green+Blue) = 135+117+127=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87757F is #788A80. Grayscale: #7B7B7B. Windows color (decimal): -7899777 or 8353159. OLE color: 8353159.

HSL color Cylindrical-coordinate representation of color #87757F: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87757F is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135117127-
CMYK00.130.060.47
HSL326.67º7.14%49.41%-
HSV(B)326.67º13.33%52.94%-
XYZ20.1819.4122.76-
YUV123.52129.96136.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 127 (50% from 255) = 33.51%
R=35.62%
G=30.87%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511712700.130.060.47326.677.1449.41
Hex87757F0D62F147731
Octal207165177015657507761
Binary100001111110101111111101101110101111101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,117,127); }

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

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

 a { background-color: rgb(135,117,127); }

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

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

 span { border-color: rgb(135,117,127); }

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