Html Css Color HEX #8B6978 Strikemaster

📋 copy color: '#8B6978'

red 139 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #8B6978

Tints of Strikemaster #8B6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

 BLUE value IS 120 (47.27% from 255) = 32.97%

R = 38.19%
G = 28.85%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B6978 (or 0x8B6978) is known color: Strikemaster. HEX triplet: 8B, 69 and 78. RGB value is (139,105,120). Sum of RGB (Red+Green+Blue) = 139+105+120=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6978 is #749687. Grayscale: #747474. Windows color (decimal): -7640712 or 7891339. OLE color: 7891339.

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

Color convert

RGB 139 105 120 -
CMYK 0 0.24 0.14 0.45
HSL 333.53º 0.14% 0.48% -
HSV(B) 333.53º 0.24% 0.55% -
XYZ 19.09 16.95 20.03 -
YUV 116.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 139 105 120 0 0.24 0.14 0.45 333.53 0.14 0.48
Hex 8B 69 78 0 18 E 2D 14E E 30
Octal 213 151 170 0 30 16 55 516 16 60
Binary 10001011 1101001 1111000 0 11000 1110 101101 101001110 1110 110000

Color Harmonies of #8B6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6978

Black with #8B6978

Text Example


Text Example

White with #8B6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,120); }

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

background-color css

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

 a { background-color: rgb(139,105,120); }

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

border-color css

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

 span { border-color: rgb(139,105,120); }

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