Html Css Color HEX #896177 Strikemaster

📋 copy color: '#896177'

red 137 ◦ green 97 ◦ blue 119

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

Shades of Strikemaster #896177

Tints of Strikemaster #896177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 38.81%
G = 27.48%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896177 (or 0x896177) is known color: Strikemaster. HEX triplet: 89, 61 and 77. RGB value is (137,97,119). Sum of RGB (Red+Green+Blue) = 137+97+119=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896177 is #769E88. Grayscale: #6F6F6F. Windows color (decimal): -7773833 or 7823753. OLE color: 7823753.

HSL color Cylindrical-coordinate representation of color #896177: hue angle of 327º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896177 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 119 -
CMYK 0 0.29 0.13 0.46
HSL 327º 0.17% 0.46% -
HSV(B) 327º 0.29% 0.54% -
XYZ 17.92 15.2 19.44 -
YUV 111.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 137 97 119 0 0.29 0.13 0.46 327 0.17 0.46
Hex 89 61 77 0 1D D 2E 147 11 2E
Octal 211 141 167 0 35 15 56 507 21 56
Binary 10001001 1100001 1110111 0 11101 1101 101110 101000111 10001 101110

Color Harmonies of #896177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896177

Black with #896177

Text Example


Text Example

White with #896177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896177; }

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

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

background-color css

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

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

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

border-color css

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

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

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