#985777

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

Shades of Strikemaster #985777

Tints of Strikemaster #985777

Color information

#985777 (or 0x985777) is unknown color: approx Strikemaster. HEX triplet: 98, 57 and 77. RGB value is (152,87,119). Sum of RGB (Red+Green+Blue) = 152+87+119=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985777 is #67A888. Grayscale: #6E6E6E. Windows color (decimal): -6793353 or 7821208. OLE color: 7821208.

HSL color Cylindrical-coordinate representation of color #985777: hue angle of 330.46º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985777 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15287119-
CMYK00.430.220.40
HSL330.46º27.2%46.86%-
HSV(B)330.46º42.76%59.61%-
XYZ19.6914.8219.28-
YUV110.08133.03157.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=42.46%
G=24.30%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528711900.430.220.40330.4627.246.86
Hex98577702B162814a1b2f
Octal23012716705326505123357
Binary100110001010111111011101010111011010100010100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985777; }

 p { color: rgb(152,87,119); }

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

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

 a { background-color: rgb(152,87,119); }

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

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

 span { border-color: rgb(152,87,119); }

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