#986C7C

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

Shades of Strikemaster #986C7C

Tints of Strikemaster #986C7C

Color information

#986C7C (or 0x986C7C) is unknown color: approx Strikemaster. HEX triplet: 98, 6C and 7C. RGB value is (152,108,124). Sum of RGB (Red+Green+Blue) = 152+108+124=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C7C is #679383. Grayscale: #7A7A7A. Windows color (decimal): -6787972 or 8154264. OLE color: 8154264.

HSL color Cylindrical-coordinate representation of color #986C7C: hue angle of 338.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C7C is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152108124-
CMYK00.290.180.40
HSL338.18º17.6%50.98%-
HSV(B)338.18º28.95%59.61%-
XYZ21.9518.8621.55-
YUV122.98128.58148.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=39.58%
G=28.12%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210812400.290.180.40338.1817.650.98
Hex986C7C01D12281521233
Octal23015417403522505222263
Binary10011000110110011111000111011001010100010101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986C7C; }

 p { color: rgb(152,108,124); }

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

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

 a { background-color: rgb(152,108,124); }

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

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

 span { border-color: rgb(152,108,124); }

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