Html Css Color HEX #8F687A Strikemaster

📋 copy color: '#8F687A'

red 143 ◦ green 104 ◦ blue 122

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

Shades of Strikemaster #8F687A

Tints of Strikemaster #8F687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 38.75%
G = 28.18%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F687A (or 0x8F687A) is known color: Strikemaster. HEX triplet: 8F, 68 and 7A. RGB value is (143,104,122). Sum of RGB (Red+Green+Blue) = 143+104+122=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F687A is #709785. Grayscale: #757575. Windows color (decimal): -7378822 or 8022159. OLE color: 8022159.

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

Color convert

RGB 143 104 122 -
CMYK 0 0.27 0.15 0.44
HSL 332.31º 0.16% 0.48% -
HSV(B) 332.31º 0.27% 0.56% -
XYZ 19.79 17.15 20.68 -
YUV 117.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 143 104 122 0 0.27 0.15 0.44 332.31 0.16 0.48
Hex 8F 68 7A 0 1B F 2C 14C 10 30
Octal 217 150 172 0 33 17 54 514 20 60
Binary 10001111 1101000 1111010 0 11011 1111 101100 101001100 10000 110000

Color Harmonies of #8F687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F687A

Black with #8F687A

Text Example


Text Example

White with #8F687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,122); }

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

background-color css

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

 a { background-color: rgb(143,104,122); }

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

border-color css

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

 span { border-color: rgb(143,104,122); }

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