Html Css Color HEX #896579 Strikemaster

📋 copy color: '#896579'

red 137 ◦ green 101 ◦ blue 121

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

Shades of Strikemaster #896579

Tints of Strikemaster #896579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 38.16%
G = 28.13%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896579 (or 0x896579) is known color: Strikemaster. HEX triplet: 89, 65 and 79. RGB value is (137,101,121). Sum of RGB (Red+Green+Blue) = 137+101+121=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896579 is #769A86. Grayscale: #727272. Windows color (decimal): -7772807 or 7955849. OLE color: 7955849.

HSL color Cylindrical-coordinate representation of color #896579: hue angle of 326.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 #896579 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 121 -
CMYK 0 0.26 0.12 0.46
HSL 326.67º 0.15% 0.47% -
HSV(B) 326.67º 0.26% 0.54% -
XYZ 18.42 16.01 20.21 -
YUV 114.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 137 101 121 0 0.26 0.12 0.46 326.67 0.15 0.47
Hex 89 65 79 0 1A C 2E 147 F 2F
Octal 211 145 171 0 32 14 56 507 17 57
Binary 10001001 1100101 1111001 0 11010 1100 101110 101000111 1111 101111

Color Harmonies of #896579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896579

Black with #896579

Text Example


Text Example

White with #896579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896579; }

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

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

background-color css

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

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

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

border-color css

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

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

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