Html Css Color HEX #986B7F Strikemaster

📋 copy color: '#986B7F'

red 152 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #986B7F

Tints of Strikemaster #986B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 39.38%
G = 27.72%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#986B7F (or 0x986B7F) is known color: Strikemaster. HEX triplet: 98, 6B and 7F. RGB value is (152,107,127). Sum of RGB (Red+Green+Blue) = 152+107+127=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7F is #679480. Grayscale: #7A7A7A. Windows color (decimal): -6788225 or 8350616. OLE color: 8350616.

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

Color convert

RGB 152 107 127 -
CMYK 0 0.30 0.16 0.40
HSL 333.33º 0.18% 0.51% -
HSV(B) 333.33º 0.3% 0.6% -
XYZ 22.04 18.72 22.53 -
YUV 122.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 152 107 127 0 0.30 0.16 0.40 333.33 0.18 0.51
Hex 98 6B 7F 0 1E 10 28 14D 12 33
Octal 230 153 177 0 36 20 50 515 22 63
Binary 10011000 1101011 1111111 0 11110 10000 101000 101001101 10010 110011

Color Harmonies of #986B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B7F

Black with #986B7F

Text Example


Text Example

White with #986B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,107,127); }

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

background-color css

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

 a { background-color: rgb(152,107,127); }

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

border-color css

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

 span { border-color: rgb(152,107,127); }

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