Html Css Color HEX #896B7E Strikemaster

📋 copy color: '#896B7E'

red 137 ◦ green 107 ◦ blue 126

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

Shades of Strikemaster #896B7E

Tints of Strikemaster #896B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 37.03%
G = 28.92%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#896B7E (or 0x896B7E) is known color: Strikemaster. HEX triplet: 89, 6B and 7E. RGB value is (137,107,126). Sum of RGB (Red+Green+Blue) = 137+107+126=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 137 - color contains mainly: red. Hex color #896B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B7E is #769481. Grayscale: #767676. Windows color (decimal): -7771266 or 8285065. OLE color: 8285065.

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

Color convert

RGB 137 107 126 -
CMYK 0 0.22 0.08 0.46
HSL 322º 0.12% 0.48% -
HSV(B) 322º 0.22% 0.54% -
XYZ 19.34 17.34 22.07 -
YUV 118.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 137 107 126 0 0.22 0.08 0.46 322 0.12 0.48
Hex 89 6B 7E 0 16 8 2E 142 C 30
Octal 211 153 176 0 26 10 56 502 14 60
Binary 10001001 1101011 1111110 0 10110 1000 101110 101000010 1100 110000

Color Harmonies of #896B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B7E

Black with #896B7E

Text Example


Text Example

White with #896B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896B7E; }

 p { color: rgb(137,107,126); }

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

background-color css

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

 a { background-color: rgb(137,107,126); }

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

border-color css

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

 span { border-color: rgb(137,107,126); }

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