Html Css Color HEX #8F697A Strikemaster

📋 copy color: '#8F697A'

red 143 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #8F697A

Tints of Strikemaster #8F697A

RGB

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

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

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

R = 38.65%
G = 28.38%
B = 32.97%

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

#8F697A (or 0x8F697A) is known color: Strikemaster. HEX triplet: 8F, 69 and 7A. RGB value is (143,105,122). Sum of RGB (Red+Green+Blue) = 143+105+122=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F697A is #709685. Grayscale: #767676. Windows color (decimal): -7378566 or 8022415. OLE color: 8022415.

HSL color Cylindrical-coordinate representation of color #8F697A: hue angle of 333.16º 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 #8F697A is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 105 122 -
CMYK 0 0.27 0.15 0.44
HSL 333.16º 0.15% 0.49% -
HSV(B) 333.16º 0.27% 0.56% -
XYZ 19.89 17.35 20.71 -
YUV 118.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 143 105 122 0 0.27 0.15 0.44 333.16 0.15 0.49
Hex 8F 69 7A 0 1B F 2C 14D F 31
Octal 217 151 172 0 33 17 54 515 17 61
Binary 10001111 1101001 1111010 0 11011 1111 101100 101001101 1111 110001

Color Harmonies of #8F697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F697A

Black with #8F697A

Text Example


Text Example

White with #8F697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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