Html Css Color HEX #8B707E Strikemaster

📋 copy color: '#8B707E'

red 139 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #8B707E

Tints of Strikemaster #8B707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 36.87%
G = 29.71%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B707E (or 0x8B707E) is known color: Strikemaster. HEX triplet: 8B, 70 and 7E. RGB value is (139,112,126). Sum of RGB (Red+Green+Blue) = 139+112+126=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707E is #748F81. Grayscale: #797979. Windows color (decimal): -7638914 or 8286347. OLE color: 8286347.

HSL color Cylindrical-coordinate representation of color #8B707E: hue angle of 328.89º 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 #8B707E is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 112 126 -
CMYK 0 0.19 0.09 0.45
HSL 328.89º 0.11% 0.49% -
HSV(B) 328.89º 0.19% 0.55% -
XYZ 20.21 18.58 22.26 -
YUV 121.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 139 112 126 0 0.19 0.09 0.45 328.89 0.11 0.49
Hex 8B 70 7E 0 13 9 2D 149 B 31
Octal 213 160 176 0 23 11 55 511 13 61
Binary 10001011 1110000 1111110 0 10011 1001 101101 101001001 1011 110001

Color Harmonies of #8B707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B707E

Black with #8B707E

Text Example


Text Example

White with #8B707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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