Html Css Color HEX #98707F Strikemaster

📋 copy color: '#98707F'

red 152 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #98707F

Tints of Strikemaster #98707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

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

R = 38.87%
G = 28.64%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98707F (or 0x98707F) is known color: Strikemaster. HEX triplet: 98, 70 and 7F. RGB value is (152,112,127). Sum of RGB (Red+Green+Blue) = 152+112+127=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98707F is #678F80. Grayscale: #7D7D7D. Windows color (decimal): -6786945 or 8351896. OLE color: 8351896.

HSL color Cylindrical-coordinate representation of color #98707F: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98707F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 127 -
CMYK 0 0.26 0.16 0.40
HSL 337.5º 0.16% 0.52% -
HSV(B) 337.5º 0.26% 0.6% -
XYZ 22.57 19.8 22.71 -
YUV 125.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 152 112 127 0 0.26 0.16 0.40 337.5 0.16 0.52
Hex 98 70 7F 0 1A 10 28 152 10 34
Octal 230 160 177 0 32 20 50 522 20 64
Binary 10011000 1110000 1111111 0 11010 10000 101000 101010010 10000 110100

Color Harmonies of #98707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98707F

Black with #98707F

Text Example


Text Example

White with #98707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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