Html Css Color HEX #896576 Strikemaster

📋 copy color: '#896576'

red 137 ◦ green 101 ◦ blue 118

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

Shades of Strikemaster #896576

Tints of Strikemaster #896576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 38.48%
G = 28.37%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#896576 (or 0x896576) is known color: Strikemaster. HEX triplet: 89, 65 and 76. RGB value is (137,101,118). Sum of RGB (Red+Green+Blue) = 137+101+118=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #896576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896576 is #769A89. Grayscale: #717171. Windows color (decimal): -7772810 or 7759241. OLE color: 7759241.

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

Color convert

RGB 137 101 118 -
CMYK 0 0.26 0.14 0.46
HSL 331.67º 0.15% 0.47% -
HSV(B) 331.67º 0.26% 0.54% -
XYZ 18.24 15.93 19.25 -
YUV 113.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 137 101 118 0 0.26 0.14 0.46 331.67 0.15 0.47
Hex 89 65 76 0 1A E 2E 14C F 2F
Octal 211 145 166 0 32 16 56 514 17 57
Binary 10001001 1100101 1110110 0 11010 1110 101110 101001100 1111 101111

Color Harmonies of #896576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896576

Black with #896576

Text Example


Text Example

White with #896576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896576; }

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

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

background-color css

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

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

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

border-color css

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

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

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