Html Css Color HEX #8F6B7F Strikemaster

📋 copy color: '#8F6B7F'

red 143 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #8F6B7F

Tints of Strikemaster #8F6B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

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

R = 37.93%
G = 28.38%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F6B7F (or 0x8F6B7F) is known color: Strikemaster. HEX triplet: 8F, 6B and 7F. RGB value is (143,107,127). Sum of RGB (Red+Green+Blue) = 143+107+127=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6B7F is #709480. Grayscale: #787878. Windows color (decimal): -7378049 or 8350607. OLE color: 8350607.

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

Color convert

RGB 143 107 127 -
CMYK 0 0.25 0.11 0.44
HSL 326.67º 0.14% 0.49% -
HSV(B) 326.67º 0.25% 0.56% -
XYZ 20.42 17.89 22.46 -
YUV 120.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 143 107 127 0 0.25 0.11 0.44 326.67 0.14 0.49
Hex 8F 6B 7F 0 19 B 2C 147 E 31
Octal 217 153 177 0 31 13 54 507 16 61
Binary 10001111 1101011 1111111 0 11001 1011 101100 101000111 1110 110001

Color Harmonies of #8F6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6B7F

Black with #8F6B7F

Text Example


Text Example

White with #8F6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,107,127); }

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

background-color css

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

 a { background-color: rgb(143,107,127); }

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

border-color css

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

 span { border-color: rgb(143,107,127); }

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