Html Css Color HEX #896879 Strikemaster

📋 copy color: '#896879'

red 137 ◦ green 104 ◦ blue 121

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

Shades of Strikemaster #896879

Tints of Strikemaster #896879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 37.85%
G = 28.73%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896879 (or 0x896879) is known color: Strikemaster. HEX triplet: 89, 68 and 79. RGB value is (137,104,121). Sum of RGB (Red+Green+Blue) = 137+104+121=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #896879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896879 is #769786. Grayscale: #737373. Windows color (decimal): -7772039 or 7956617. OLE color: 7956617.

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

Color convert

RGB 137 104 121 -
CMYK 0 0.24 0.12 0.46
HSL 329.09º 0.14% 0.47% -
HSV(B) 329.09º 0.24% 0.54% -
XYZ 18.72 16.6 20.31 -
YUV 115.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 137 104 121 0 0.24 0.12 0.46 329.09 0.14 0.47
Hex 89 68 79 0 18 C 2E 149 E 2F
Octal 211 150 171 0 30 14 56 511 16 57
Binary 10001001 1101000 1111001 0 11000 1100 101110 101001001 1110 101111

Color Harmonies of #896879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896879

Black with #896879

Text Example


Text Example

White with #896879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896879; }

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

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

background-color css

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

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

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

border-color css

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

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

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