Html Css Color HEX #8B707C Strikemaster

📋 copy color: '#8B707C'

red 139 ◦ green 112 ◦ blue 124

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

Shades of Strikemaster #8B707C

Tints of Strikemaster #8B707C

RGB

 RED value IS 139 (54.69% from 255) = 37.07%

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

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

R = 37.07%
G = 29.87%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B707C (or 0x8B707C) is known color: Strikemaster. HEX triplet: 8B, 70 and 7C. RGB value is (139,112,124). Sum of RGB (Red+Green+Blue) = 139+112+124=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707C is #748F83. Grayscale: #797979. Windows color (decimal): -7638916 or 8155275. OLE color: 8155275.

HSL color Cylindrical-coordinate representation of color #8B707C: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B707C is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 124 -
CMYK 0 0.19 0.11 0.45
HSL 333.33º 0.11% 0.49% -
HSV(B) 333.33º 0.19% 0.55% -
XYZ 20.08 18.53 21.59 -
YUV 121.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 139 112 124 0 0.19 0.11 0.45 333.33 0.11 0.49
Hex 8B 70 7C 0 13 B 2D 14D B 31
Octal 213 160 174 0 23 13 55 515 13 61
Binary 10001011 1110000 1111100 0 10011 1011 101101 101001101 1011 110001

Color Harmonies of #8B707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B707C

Black with #8B707C

Text Example


Text Example

White with #8B707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B707C; }

 p { color: rgb(139,112,124); }

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

background-color css

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

 a { background-color: rgb(139,112,124); }

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

border-color css

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

 span { border-color: rgb(139,112,124); }

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