Html Css Color HEX #987586 Strikemaster

📋 copy color: '#987586'

red 152 ◦ green 117 ◦ blue 134

#987586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #987586

Tints of Strikemaster #987586

RGB

 RED value IS 152 (59.77% from 255) = 37.72%

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 37.72%
G = 29.03%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#987586 (or 0x987586) is known color: Strikemaster. HEX triplet: 98, 75 and 86. RGB value is (152,117,134). Sum of RGB (Red+Green+Blue) = 152+117+134=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987586 is #678A79. Grayscale: #818181. Windows color (decimal): -6785658 or 8811928. OLE color: 8811928.

HSL color Cylindrical-coordinate representation of color #987586: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987586 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 134 -
CMYK 0 0.23 0.12 0.40
HSL 330.86º 0.15% 0.53% -
HSV(B) 330.86º 0.23% 0.6% -
XYZ 23.61 21.12 25.39 -
YUV 129.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 152 117 134 0 0.23 0.12 0.40 330.86 0.15 0.53
Hex 98 75 86 0 17 C 28 14B F 35
Octal 230 165 206 0 27 14 50 513 17 65
Binary 10011000 1110101 10000110 0 10111 1100 101000 101001011 1111 110101

Color Harmonies of #987586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987586

Black with #987586

Text Example


Text Example

White with #987586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987586; }

 p { color: rgb(152,117,134); }

 H1.HeaderClassName
 {
   color: #987586;
 }
 .AnyTagClassName
 {
   color: #987586;
 }
</style>

background-color css

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

 a { background-color: rgb(152,117,134); }

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

border-color css

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

 span { border-color: rgb(152,117,134); }

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