#985A77

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

Shades of Strikemaster #985A77

Tints of Strikemaster #985A77

Color information

#985A77 (or 0x985A77) is unknown color: approx Strikemaster. HEX triplet: 98, 5A and 77. RGB value is (152,90,119). Sum of RGB (Red+Green+Blue) = 152+90+119=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A77 is #67A588. Grayscale: #6F6F6F. Windows color (decimal): -6792585 or 7821976. OLE color: 7821976.

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

Color convert

RGB15290119-
CMYK00.410.220.40
HSL331.94º25.62%47.45%-
HSV(B)331.94º40.79%59.61%-
XYZ19.9315.3219.36-
YUV111.84132.04156.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=42.11%
G=24.93%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529011900.410.220.40331.9425.6247.45
Hex985A77029162814c1a2f
Octal23013216705126505143257
Binary100110001011010111011101010011011010100010100110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A77; }

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

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

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

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

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

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

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

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