Html Css Color HEX #8A6979 Strikemaster

📋 copy color: '#8A6979'

red 138 ◦ green 105 ◦ blue 121

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

Shades of Strikemaster #8A6979

Tints of Strikemaster #8A6979

RGB

 RED value IS 138 (54.3% from 255) = 37.91%

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 37.91%
G = 28.85%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A6979 (or 0x8A6979) is known color: Strikemaster. HEX triplet: 8A, 69 and 79. RGB value is (138,105,121). Sum of RGB (Red+Green+Blue) = 138+105+121=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6979 is #759686. Grayscale: #747474. Windows color (decimal): -7706247 or 7956874. OLE color: 7956874.

HSL color Cylindrical-coordinate representation of color #8A6979: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6979 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 105 121 -
CMYK 0 0.24 0.12 0.46
HSL 330.91º 0.14% 0.48% -
HSV(B) 330.91º 0.24% 0.54% -
XYZ 18.98 16.89 20.35 -
YUV 116.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 138 105 121 0 0.24 0.12 0.46 330.91 0.14 0.48
Hex 8A 69 79 0 18 C 2E 14B E 30
Octal 212 151 171 0 30 14 56 513 16 60
Binary 10001010 1101001 1111001 0 11000 1100 101110 101001011 1110 110000

Color Harmonies of #8A6979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6979

Black with #8A6979

Text Example


Text Example

White with #8A6979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,105,121); }

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

background-color css

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

 a { background-color: rgb(138,105,121); }

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

border-color css

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

 span { border-color: rgb(138,105,121); }

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