Html Css Color HEX #8A6077 Strikemaster

📋 copy color: '#8A6077'

red 138 ◦ green 96 ◦ blue 119

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

Shades of Strikemaster #8A6077

Tints of Strikemaster #8A6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 39.09%
G = 27.2%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A6077 (or 0x8A6077) is known color: Strikemaster. HEX triplet: 8A, 60 and 77. RGB value is (138,96,119). Sum of RGB (Red+Green+Blue) = 138+96+119=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6077 is #759F88. Grayscale: #6F6F6F. Windows color (decimal): -7708553 or 7823498. OLE color: 7823498.

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

Color convert

RGB 138 96 119 -
CMYK 0 0.30 0.14 0.46
HSL 327.14º 0.18% 0.46% -
HSV(B) 327.14º 0.3% 0.54% -
XYZ 17.99 15.1 19.42 -
YUV 111.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 138 96 119 0 0.30 0.14 0.46 327.14 0.18 0.46
Hex 8A 60 77 0 1E E 2E 147 12 2E
Octal 212 140 167 0 36 16 56 507 22 56
Binary 10001010 1100000 1110111 0 11110 1110 101110 101000111 10010 101110

Color Harmonies of #8A6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6077

Black with #8A6077

Text Example


Text Example

White with #8A6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,119); }

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

background-color css

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

 a { background-color: rgb(138,96,119); }

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

border-color css

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

 span { border-color: rgb(138,96,119); }

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