Html Css Color HEX #8F5D76 Strikemaster

📋 copy color: '#8F5D76'

red 143 ◦ green 93 ◦ blue 118

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

Shades of Strikemaster #8F5D76

Tints of Strikemaster #8F5D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 40.4%
G = 26.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F5D76 (or 0x8F5D76) is known color: Strikemaster. HEX triplet: 8F, 5D and 76. RGB value is (143,93,118). Sum of RGB (Red+Green+Blue) = 143+93+118=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5D76 is #70A289. Grayscale: #6E6E6E. Windows color (decimal): -7381642 or 7757199. OLE color: 7757199.

HSL color Cylindrical-coordinate representation of color #8F5D76: hue angle of 330º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D76 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 93 118 -
CMYK 0 0.35 0.17 0.44
HSL 330º 0.21% 0.46% -
HSV(B) 330º 0.35% 0.56% -
XYZ 18.51 14.98 19.05 -
YUV 110.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 143 93 118 0 0.35 0.17 0.44 330 0.21 0.46
Hex 8F 5D 76 0 23 11 2C 14A 15 2E
Octal 217 135 166 0 43 21 54 512 25 56
Binary 10001111 1011101 1110110 0 100011 10001 101100 101001010 10101 101110

Color Harmonies of #8F5D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D76

Black with #8F5D76

Text Example


Text Example

White with #8F5D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,93,118); }

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

background-color css

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

 a { background-color: rgb(143,93,118); }

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

border-color css

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

 span { border-color: rgb(143,93,118); }

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