Html Css Color HEX #896876 Strikemaster

📋 copy color: '#896876'

red 137 ◦ green 104 ◦ blue 118

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

Shades of Strikemaster #896876

Tints of Strikemaster #896876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 38.16%
G = 28.97%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#896876 (or 0x896876) is known color: Strikemaster. HEX triplet: 89, 68 and 76. RGB value is (137,104,118). Sum of RGB (Red+Green+Blue) = 137+104+118=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896876 is #769789. Grayscale: #737373. Windows color (decimal): -7772042 or 7760009. OLE color: 7760009.

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

Color convert

RGB 137 104 118 -
CMYK 0 0.24 0.14 0.46
HSL 334.55º 0.14% 0.47% -
HSV(B) 334.55º 0.24% 0.54% -
XYZ 18.54 16.53 19.35 -
YUV 115.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 137 104 118 0 0.24 0.14 0.46 334.55 0.14 0.47
Hex 89 68 76 0 18 E 2E 14F E 2F
Octal 211 150 166 0 30 16 56 517 16 57
Binary 10001001 1101000 1110110 0 11000 1110 101110 101001111 1110 101111

Color Harmonies of #896876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896876

Black with #896876

Text Example


Text Example

White with #896876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896876; }

 p { color: rgb(137,104,118); }

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

background-color css

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

 a { background-color: rgb(137,104,118); }

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

border-color css

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

 span { border-color: rgb(137,104,118); }

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