Html Css Color HEX #895E77 Strikemaster

📋 copy color: '#895E77'

red 137 ◦ green 94 ◦ blue 119

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

Shades of Strikemaster #895E77

Tints of Strikemaster #895E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 39.14%
G = 26.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#895E77 (or 0x895E77) is known color: Strikemaster. HEX triplet: 89, 5E and 77. RGB value is (137,94,119). Sum of RGB (Red+Green+Blue) = 137+94+119=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #895E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E77 is #76A188. Grayscale: #6D6D6D. Windows color (decimal): -7774601 or 7822985. OLE color: 7822985.

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

Color convert

RGB 137 94 119 -
CMYK 0 0.31 0.13 0.46
HSL 325.12º 0.19% 0.45% -
HSV(B) 325.12º 0.31% 0.54% -
XYZ 17.65 14.66 19.35 -
YUV 109.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 137 94 119 0 0.31 0.13 0.46 325.12 0.19 0.45
Hex 89 5E 77 0 1F D 2E 145 13 2D
Octal 211 136 167 0 37 15 56 505 23 55
Binary 10001001 1011110 1110111 0 11111 1101 101110 101000101 10011 101101

Color Harmonies of #895E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E77

Black with #895E77

Text Example


Text Example

White with #895E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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