Html Css Color HEX #8A6978 Strikemaster

📋 copy color: '#8A6978'

red 138 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #8A6978

Tints of Strikemaster #8A6978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 38.02%
G = 28.93%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A6978 (or 0x8A6978) is known color: Strikemaster. HEX triplet: 8A, 69 and 78. RGB value is (138,105,120). Sum of RGB (Red+Green+Blue) = 138+105+120=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6978 is #759687. Grayscale: #747474. Windows color (decimal): -7706248 or 7891338. OLE color: 7891338.

HSL color Cylindrical-coordinate representation of color #8A6978: hue angle of 332.73º 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 #8A6978 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 105 120 -
CMYK 0 0.24 0.13 0.46
HSL 332.73º 0.14% 0.48% -
HSV(B) 332.73º 0.24% 0.54% -
XYZ 18.92 16.86 20.03 -
YUV 116.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 138 105 120 0 0.24 0.13 0.46 332.73 0.14 0.48
Hex 8A 69 78 0 18 D 2E 14D E 30
Octal 212 151 170 0 30 15 56 515 16 60
Binary 10001010 1101001 1111000 0 11000 1101 101110 101001101 1110 110000

Color Harmonies of #8A6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6978

Black with #8A6978

Text Example


Text Example

White with #8A6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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