Html Css Color HEX #896F7D Strikemaster

📋 copy color: '#896F7D'

red 137 ◦ green 111 ◦ blue 125

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

Shades of Strikemaster #896F7D

Tints of Strikemaster #896F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 36.73%
G = 29.76%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#896F7D (or 0x896F7D) is known color: Strikemaster. HEX triplet: 89, 6F and 7D. RGB value is (137,111,125). Sum of RGB (Red+Green+Blue) = 137+111+125=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7D is #769082. Grayscale: #787878. Windows color (decimal): -7770243 or 8220553. OLE color: 8220553.

HSL color Cylindrical-coordinate representation of color #896F7D: hue angle of 327.69º 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 #896F7D is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 125 -
CMYK 0 0.19 0.09 0.46
HSL 327.69º 0.1% 0.49% -
HSV(B) 327.69º 0.19% 0.54% -
XYZ 19.7 18.17 21.87 -
YUV 120.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 137 111 125 0 0.19 0.09 0.46 327.69 0.1 0.49
Hex 89 6F 7D 0 13 9 2E 148 A 31
Octal 211 157 175 0 23 11 56 510 12 61
Binary 10001001 1101111 1111101 0 10011 1001 101110 101001000 1010 110001

Color Harmonies of #896F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F7D

Black with #896F7D

Text Example


Text Example

White with #896F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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