Html Css Color HEX #896376 Strikemaster

📋 copy color: '#896376'

red 137 ◦ green 99 ◦ blue 118

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

Shades of Strikemaster #896376

Tints of Strikemaster #896376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 38.7%
G = 27.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#896376 (or 0x896376) is known color: Strikemaster. HEX triplet: 89, 63 and 76. RGB value is (137,99,118). Sum of RGB (Red+Green+Blue) = 137+99+118=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896376 is #769C89. Grayscale: #707070. Windows color (decimal): -7773322 or 7758729. OLE color: 7758729.

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

Color convert

RGB 137 99 118 -
CMYK 0 0.28 0.14 0.46
HSL 330º 0.16% 0.46% -
HSV(B) 330º 0.28% 0.54% -
XYZ 18.05 15.55 19.19 -
YUV 112.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 137 99 118 0 0.28 0.14 0.46 330 0.16 0.46
Hex 89 63 76 0 1C E 2E 14A 10 2E
Octal 211 143 166 0 34 16 56 512 20 56
Binary 10001001 1100011 1110110 0 11100 1110 101110 101001010 10000 101110

Color Harmonies of #896376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896376

Black with #896376

Text Example


Text Example

White with #896376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896376; }

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

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

background-color css

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

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

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

border-color css

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

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

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