Html Css Color HEX #895979 Strikemaster

📋 copy color: '#895979'

red 137 ◦ green 89 ◦ blue 121

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

Shades of Strikemaster #895979

Tints of Strikemaster #895979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 39.48%
G = 25.65%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895979 (or 0x895979) is known color: Strikemaster. HEX triplet: 89, 59 and 79. RGB value is (137,89,121). Sum of RGB (Red+Green+Blue) = 137+89+121=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #895979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895979 is #76A686. Grayscale: #6A6A6A. Windows color (decimal): -7775879 or 7952777. OLE color: 7952777.

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

Color convert

RGB 137 89 121 -
CMYK 0 0.35 0.12 0.46
HSL 320º 0.21% 0.44% -
HSV(B) 320º 0.35% 0.54% -
XYZ 17.34 13.84 19.85 -
YUV 107 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 137 89 121 0 0.35 0.12 0.46 320 0.21 0.44
Hex 89 59 79 0 23 C 2E 140 15 2C
Octal 211 131 171 0 43 14 56 500 25 54
Binary 10001001 1011001 1111001 0 100011 1100 101110 101000000 10101 101100

Color Harmonies of #895979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895979

Black with #895979

Text Example


Text Example

White with #895979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895979; }

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

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

background-color css

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

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

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

border-color css

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

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

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