Html Css Color HEX #8F6978 Strikemaster

📋 copy color: '#8F6978'

red 143 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #8F6978

Tints of Strikemaster #8F6978

RGB

 RED value IS 143 (56.25% from 255) = 38.86%

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

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

R = 38.86%
G = 28.53%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F6978 (or 0x8F6978) is known color: Strikemaster. HEX triplet: 8F, 69 and 78. RGB value is (143,105,120). Sum of RGB (Red+Green+Blue) = 143+105+120=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6978 is #709687. Grayscale: #767676. Windows color (decimal): -7378568 or 7891343. OLE color: 7891343.

HSL color Cylindrical-coordinate representation of color #8F6978: hue angle of 336.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6978 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 105 120 -
CMYK 0 0.27 0.16 0.44
HSL 336.32º 0.15% 0.49% -
HSV(B) 336.32º 0.27% 0.56% -
XYZ 19.77 17.3 20.07 -
YUV 118.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 143 105 120 0 0.27 0.16 0.44 336.32 0.15 0.49
Hex 8F 69 78 0 1B 10 2C 150 F 31
Octal 217 151 170 0 33 20 54 520 17 61
Binary 10001111 1101001 1111000 0 11011 10000 101100 101010000 1111 110001

Color Harmonies of #8F6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6978

Black with #8F6978

Text Example


Text Example

White with #8F6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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