Html Css Color HEX #8B707F Strikemaster

📋 copy color: '#8B707F'

red 139 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #8B707F

Tints of Strikemaster #8B707F

RGB

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

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

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

R = 36.77%
G = 29.63%
B = 33.6%

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

#8B707F (or 0x8B707F) is known color: Strikemaster. HEX triplet: 8B, 70 and 7F. RGB value is (139,112,127). Sum of RGB (Red+Green+Blue) = 139+112+127=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B707F is #748F80. Grayscale: #797979. Windows color (decimal): -7638913 or 8351883. OLE color: 8351883.

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

Color convert

RGB 139 112 127 -
CMYK 0 0.19 0.09 0.45
HSL 326.67º 0.11% 0.49% -
HSV(B) 326.67º 0.19% 0.55% -
XYZ 20.27 18.61 22.6 -
YUV 121.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 139 112 127 0 0.19 0.09 0.45 326.67 0.11 0.49
Hex 8B 70 7F 0 13 9 2D 147 B 31
Octal 213 160 177 0 23 11 55 507 13 61
Binary 10001011 1110000 1111111 0 10011 1001 101101 101000111 1011 110001

Color Harmonies of #8B707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B707F

Black with #8B707F

Text Example


Text Example

White with #8B707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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