Html Css Color HEX #8A6877 Strikemaster

📋 copy color: '#8A6877'

red 138 ◦ green 104 ◦ blue 119

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

Shades of Strikemaster #8A6877

Tints of Strikemaster #8A6877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 38.23%
G = 28.81%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A6877 (or 0x8A6877) is known color: Strikemaster. HEX triplet: 8A, 68 and 77. RGB value is (138,104,119). Sum of RGB (Red+Green+Blue) = 138+104+119=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6877 is #759788. Grayscale: #737373. Windows color (decimal): -7706505 or 7825546. OLE color: 7825546.

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

Color convert

RGB 138 104 119 -
CMYK 0 0.25 0.14 0.46
HSL 333.53º 0.14% 0.47% -
HSV(B) 333.53º 0.25% 0.54% -
XYZ 18.76 16.64 19.67 -
YUV 115.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 138 104 119 0 0.25 0.14 0.46 333.53 0.14 0.47
Hex 8A 68 77 0 19 E 2E 14E E 2F
Octal 212 150 167 0 31 16 56 516 16 57
Binary 10001010 1101000 1110111 0 11001 1110 101110 101001110 1110 101111

Color Harmonies of #8A6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6877

Black with #8A6877

Text Example


Text Example

White with #8A6877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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