Html Css Color HEX #896877 Strikemaster

📋 copy color: '#896877'

red 137 ◦ green 104 ◦ blue 119

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

Shades of Strikemaster #896877

Tints of Strikemaster #896877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 38.06%
G = 28.89%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896877 (or 0x896877) is known color: Strikemaster. HEX triplet: 89, 68 and 77. RGB value is (137,104,119). Sum of RGB (Red+Green+Blue) = 137+104+119=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896877 is #769788. Grayscale: #737373. Windows color (decimal): -7772041 or 7825545. OLE color: 7825545.

HSL color Cylindrical-coordinate representation of color #896877: hue angle of 332.73º 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 #896877 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 104 119 -
CMYK 0 0.24 0.13 0.46
HSL 332.73º 0.14% 0.47% -
HSV(B) 332.73º 0.24% 0.54% -
XYZ 18.6 16.55 19.67 -
YUV 115.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 137 104 119 0 0.24 0.13 0.46 332.73 0.14 0.47
Hex 89 68 77 0 18 D 2E 14D E 2F
Octal 211 150 167 0 30 15 56 515 16 57
Binary 10001001 1101000 1110111 0 11000 1101 101110 101001101 1110 101111

Color Harmonies of #896877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896877

Black with #896877

Text Example


Text Example

White with #896877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896877; }

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

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

background-color css

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

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

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

border-color css

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

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

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