Html Css Color HEX #8A6577 Strikemaster

📋 copy color: '#8A6577'

red 138 ◦ green 101 ◦ blue 119

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

Shades of Strikemaster #8A6577

Tints of Strikemaster #8A6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 38.55%
G = 28.21%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A6577 (or 0x8A6577) is known color: Strikemaster. HEX triplet: 8A, 65 and 77. RGB value is (138,101,119). Sum of RGB (Red+Green+Blue) = 138+101+119=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6577 is #759A88. Grayscale: #727272. Windows color (decimal): -7707273 or 7824778. OLE color: 7824778.

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

Color convert

RGB 138 101 119 -
CMYK 0 0.27 0.14 0.46
HSL 330.81º 0.15% 0.47% -
HSV(B) 330.81º 0.27% 0.54% -
XYZ 18.46 16.04 19.58 -
YUV 114.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 138 101 119 0 0.27 0.14 0.46 330.81 0.15 0.47
Hex 8A 65 77 0 1B E 2E 14B F 2F
Octal 212 145 167 0 33 16 56 513 17 57
Binary 10001010 1100101 1110111 0 11011 1110 101110 101001011 1111 101111

Color Harmonies of #8A6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6577

Black with #8A6577

Text Example


Text Example

White with #8A6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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