Html Css Color HEX #896479 Strikemaster

📋 copy color: '#896479'

red 137 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #896479

Tints of Strikemaster #896479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 38.27%
G = 27.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896479 (or 0x896479) is known color: Strikemaster. HEX triplet: 89, 64 and 79. RGB value is (137,100,121). Sum of RGB (Red+Green+Blue) = 137+100+121=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896479 is #769B86. Grayscale: #717171. Windows color (decimal): -7773063 or 7955593. OLE color: 7955593.

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

Color convert

RGB 137 100 121 -
CMYK 0 0.27 0.12 0.46
HSL 325.95º 0.16% 0.46% -
HSV(B) 325.95º 0.27% 0.54% -
XYZ 18.32 15.81 20.18 -
YUV 113.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 137 100 121 0 0.27 0.12 0.46 325.95 0.16 0.46
Hex 89 64 79 0 1B C 2E 146 10 2E
Octal 211 144 171 0 33 14 56 506 20 56
Binary 10001001 1100100 1111001 0 11011 1100 101110 101000110 10000 101110

Color Harmonies of #896479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896479

Black with #896479

Text Example


Text Example

White with #896479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896479; }

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

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

background-color css

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

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

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

border-color css

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

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

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