Html Css Color HEX #895777 Strikemaster

📋 copy color: '#895777'

red 137 ◦ green 87 ◦ blue 119

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

Shades of Strikemaster #895777

Tints of Strikemaster #895777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 39.94%
G = 25.36%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#895777 (or 0x895777) is known color: Strikemaster. HEX triplet: 89, 57 and 77. RGB value is (137,87,119). Sum of RGB (Red+Green+Blue) = 137+87+119=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895777 is #76A888. Grayscale: #696969. Windows color (decimal): -7776393 or 7821193. OLE color: 7821193.

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

Color convert

RGB 137 87 119 -
CMYK 0 0.36 0.13 0.46
HSL 321.6º 0.22% 0.44% -
HSV(B) 321.6º 0.36% 0.54% -
XYZ 17.05 13.47 19.15 -
YUV 105.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 137 87 119 0 0.36 0.13 0.46 321.6 0.22 0.44
Hex 89 57 77 0 24 D 2E 142 16 2C
Octal 211 127 167 0 44 15 56 502 26 54
Binary 10001001 1010111 1110111 0 100100 1101 101110 101000010 10110 101100

Color Harmonies of #895777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895777

Black with #895777

Text Example


Text Example

White with #895777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895777; }

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

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

background-color css

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

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

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

border-color css

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

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

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