Html Css Color HEX #896B77 Strikemaster

📋 copy color: '#896B77'

red 137 ◦ green 107 ◦ blue 119

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

Shades of Strikemaster #896B77

Tints of Strikemaster #896B77

RGB

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

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

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

R = 37.74%
G = 29.48%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896B77 (or 0x896B77) is known color: Strikemaster. HEX triplet: 89, 6B and 77. RGB value is (137,107,119). Sum of RGB (Red+Green+Blue) = 137+107+119=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #896B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B77 is #769488. Grayscale: #757575. Windows color (decimal): -7771273 or 7826313. OLE color: 7826313.

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

Color convert

RGB 137 107 119 -
CMYK 0 0.22 0.13 0.46
HSL 336º 0.12% 0.48% -
HSV(B) 336º 0.22% 0.54% -
XYZ 18.9 17.17 19.77 -
YUV 117.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 137 107 119 0 0.22 0.13 0.46 336 0.12 0.48
Hex 89 6B 77 0 16 D 2E 150 C 30
Octal 211 153 167 0 26 15 56 520 14 60
Binary 10001001 1101011 1110111 0 10110 1101 101110 101010000 1100 110000

Color Harmonies of #896B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B77

Black with #896B77

Text Example


Text Example

White with #896B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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