Html Css Color HEX #896E7F Strikemaster

📋 copy color: '#896E7F'

red 137 ◦ green 110 ◦ blue 127

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

Shades of Strikemaster #896E7F

Tints of Strikemaster #896E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 36.63%
G = 29.41%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#896E7F (or 0x896E7F) is known color: Strikemaster. HEX triplet: 89, 6E and 7F. RGB value is (137,110,127). Sum of RGB (Red+Green+Blue) = 137+110+127=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #896E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E7F is #769180. Grayscale: #777777. Windows color (decimal): -7770497 or 8351369. OLE color: 8351369.

HSL color Cylindrical-coordinate representation of color #896E7F: hue angle of 322.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E7F is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 110 127 -
CMYK 0 0.20 0.07 0.46
HSL 322.22º 0.11% 0.48% -
HSV(B) 322.22º 0.2% 0.54% -
XYZ 19.72 18 22.51 -
YUV 120.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 137 110 127 0 0.20 0.07 0.46 322.22 0.11 0.48
Hex 89 6E 7F 0 14 7 2E 142 B 30
Octal 211 156 177 0 24 7 56 502 13 60
Binary 10001001 1101110 1111111 0 10100 111 101110 101000010 1011 110000

Color Harmonies of #896E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896E7F

Black with #896E7F

Text Example


Text Example

White with #896E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,110,127); }

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

background-color css

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

 a { background-color: rgb(137,110,127); }

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

border-color css

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

 span { border-color: rgb(137,110,127); }

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