Html Css Color HEX #896F7C Strikemaster

📋 copy color: '#896F7C'

red 137 ◦ green 111 ◦ blue 124

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

Shades of Strikemaster #896F7C

Tints of Strikemaster #896F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 36.83%
G = 29.84%
B = 33.33%

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

#896F7C (or 0x896F7C) is known color: Strikemaster. HEX triplet: 89, 6F and 7C. RGB value is (137,111,124). Sum of RGB (Red+Green+Blue) = 137+111+124=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #896F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F7C is #769083. Grayscale: #787878. Windows color (decimal): -7770244 or 8155017. OLE color: 8155017.

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

Color convert

RGB 137 111 124 -
CMYK 0 0.19 0.09 0.46
HSL 330º 0.1% 0.49% -
HSV(B) 330º 0.19% 0.54% -
XYZ 19.64 18.14 21.54 -
YUV 120.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 137 111 124 0 0.19 0.09 0.46 330 0.1 0.49
Hex 89 6F 7C 0 13 9 2E 14A A 31
Octal 211 157 174 0 23 11 56 512 12 61
Binary 10001001 1101111 1111100 0 10011 1001 101110 101001010 1010 110001

Color Harmonies of #896F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F7C

Black with #896F7C

Text Example


Text Example

White with #896F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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