Html Css Color HEX #896377 Strikemaster

📋 copy color: '#896377'

red 137 ◦ green 99 ◦ blue 119

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

Shades of Strikemaster #896377

Tints of Strikemaster #896377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 38.59%
G = 27.89%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896377 (or 0x896377) is known color: Strikemaster. HEX triplet: 89, 63 and 77. RGB value is (137,99,119). Sum of RGB (Red+Green+Blue) = 137+99+119=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896377 is #769C88. Grayscale: #707070. Windows color (decimal): -7773321 or 7824265. OLE color: 7824265.

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

Color convert

RGB 137 99 119 -
CMYK 0 0.28 0.13 0.46
HSL 328.42º 0.16% 0.46% -
HSV(B) 328.42º 0.28% 0.54% -
XYZ 18.11 15.57 19.5 -
YUV 112.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 137 99 119 0 0.28 0.13 0.46 328.42 0.16 0.46
Hex 89 63 77 0 1C D 2E 148 10 2E
Octal 211 143 167 0 34 15 56 510 20 56
Binary 10001001 1100011 1110111 0 11100 1101 101110 101001000 10000 101110

Color Harmonies of #896377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896377

Black with #896377

Text Example


Text Example

White with #896377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896377; }

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

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

background-color css

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

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

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

border-color css

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

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

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