Html Css Color HEX #8A6B78 Strikemaster

📋 copy color: '#8A6B78'

red 138 ◦ green 107 ◦ blue 120

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

Shades of Strikemaster #8A6B78

Tints of Strikemaster #8A6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 37.81%
G = 29.32%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A6B78 (or 0x8A6B78) is known color: Strikemaster. HEX triplet: 8A, 6B and 78. RGB value is (138,107,120). Sum of RGB (Red+Green+Blue) = 138+107+120=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B78 is #759487. Grayscale: #757575. Windows color (decimal): -7705736 or 7891850. OLE color: 7891850.

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

Color convert

RGB 138 107 120 -
CMYK 0 0.22 0.13 0.46
HSL 334.84º 0.13% 0.48% -
HSV(B) 334.84º 0.22% 0.54% -
XYZ 19.13 17.27 20.1 -
YUV 117.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 138 107 120 0 0.22 0.13 0.46 334.84 0.13 0.48
Hex 8A 6B 78 0 16 D 2E 14F D 30
Octal 212 153 170 0 26 15 56 517 15 60
Binary 10001010 1101011 1111000 0 10110 1101 101110 101001111 1101 110000

Color Harmonies of #8A6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B78

Black with #8A6B78

Text Example


Text Example

White with #8A6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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