Html Css Color HEX #8A6076 Strikemaster

📋 copy color: '#8A6076'

red 138 ◦ green 96 ◦ blue 118

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

Shades of Strikemaster #8A6076

Tints of Strikemaster #8A6076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 39.2%
G = 27.27%
B = 33.52%

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

#8A6076 (or 0x8A6076) is known color: Strikemaster. HEX triplet: 8A, 60 and 76. RGB value is (138,96,118). Sum of RGB (Red+Green+Blue) = 138+96+118=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6076 is #759F89. Grayscale: #6F6F6F. Windows color (decimal): -7708554 or 7757962. OLE color: 7757962.

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

Color convert

RGB 138 96 118 -
CMYK 0 0.30 0.14 0.46
HSL 328.57º 0.18% 0.46% -
HSV(B) 328.57º 0.3% 0.54% -
XYZ 17.93 15.08 19.1 -
YUV 111.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 138 96 118 0 0.30 0.14 0.46 328.57 0.18 0.46
Hex 8A 60 76 0 1E E 2E 149 12 2E
Octal 212 140 166 0 36 16 56 511 22 56
Binary 10001010 1100000 1110110 0 11110 1110 101110 101001001 10010 101110

Color Harmonies of #8A6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6076

Black with #8A6076

Text Example


Text Example

White with #8A6076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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