Html Css Color HEX #896F80 Strikemaster

📋 copy color: '#896F80'

red 137 ◦ green 111 ◦ blue 128

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

Shades of Strikemaster #896F80

Tints of Strikemaster #896F80

RGB

 RED value IS 137 (53.91% from 255) = 36.44%

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 36.44%
G = 29.52%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#896F80 (or 0x896F80) is known color: Strikemaster. HEX triplet: 89, 6F and 80. RGB value is (137,111,128). Sum of RGB (Red+Green+Blue) = 137+111+128=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #896F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F80 is #76907F. Grayscale: #787878. Windows color (decimal): -7770240 or 8417161. OLE color: 8417161.

HSL color Cylindrical-coordinate representation of color #896F80: hue angle of 320.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F80 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 128 -
CMYK 0 0.19 0.07 0.46
HSL 320.77º 0.1% 0.49% -
HSV(B) 320.77º 0.19% 0.54% -
XYZ 19.9 18.25 22.9 -
YUV 120.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 137 111 128 0 0.19 0.07 0.46 320.77 0.1 0.49
Hex 89 6F 80 0 13 7 2E 141 A 31
Octal 211 157 200 0 23 7 56 501 12 61
Binary 10001001 1101111 10000000 0 10011 111 101110 101000001 1010 110001

Color Harmonies of #896F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F80

Black with #896F80

Text Example


Text Example

White with #896F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F80; }

 p { color: rgb(137,111,128); }

 H1.HeaderClassName
 {
   color: #896F80;
 }
 .AnyTagClassName
 {
   color: #896F80;
 }
</style>

background-color css

<style>
 a { background-color: #896F80; }

 a { background-color: rgb(137,111,128); }

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

border-color css

<style>
 span { border-color: #896F80; }

 span { border-color: rgb(137,111,128); }

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