Html Css Color HEX #986D7C Strikemaster

📋 copy color: '#986D7C'

red 152 ◦ green 109 ◦ blue 124

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

Shades of Strikemaster #986D7C

Tints of Strikemaster #986D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 39.48%
G = 28.31%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#986D7C (or 0x986D7C) is known color: Strikemaster. HEX triplet: 98, 6D and 7C. RGB value is (152,109,124). Sum of RGB (Red+Green+Blue) = 152+109+124=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #986D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D7C is #679283. Grayscale: #7B7B7B. Windows color (decimal): -6787716 or 8154520. OLE color: 8154520.

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

Color convert

RGB 152 109 124 -
CMYK 0 0.28 0.18 0.40
HSL 339.07º 0.17% 0.51% -
HSV(B) 339.07º 0.28% 0.6% -
XYZ 22.06 19.07 21.59 -
YUV 123.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 152 109 124 0 0.28 0.18 0.40 339.07 0.17 0.51
Hex 98 6D 7C 0 1C 12 28 153 11 33
Octal 230 155 174 0 34 22 50 523 21 63
Binary 10011000 1101101 1111100 0 11100 10010 101000 101010011 10001 110011

Color Harmonies of #986D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D7C

Black with #986D7C

Text Example


Text Example

White with #986D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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