Html Css Color HEX #895776 Strikemaster

📋 copy color: '#895776'

red 137 ◦ green 87 ◦ blue 118

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

Shades of Strikemaster #895776

Tints of Strikemaster #895776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 40.06%
G = 25.44%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#895776 (or 0x895776) is known color: Strikemaster. HEX triplet: 89, 57 and 76. RGB value is (137,87,118). Sum of RGB (Red+Green+Blue) = 137+87+118=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895776 is #76A889. Grayscale: #696969. Windows color (decimal): -7776394 or 7755657. OLE color: 7755657.

HSL color Cylindrical-coordinate representation of color #895776: hue angle of 322.8º 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 #895776 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 87 118 -
CMYK 0 0.36 0.14 0.46
HSL 322.8º 0.22% 0.44% -
HSV(B) 322.8º 0.36% 0.54% -
XYZ 16.99 13.44 18.84 -
YUV 105.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 137 87 118 0 0.36 0.14 0.46 322.8 0.22 0.44
Hex 89 57 76 0 24 E 2E 143 16 2C
Octal 211 127 166 0 44 16 56 503 26 54
Binary 10001001 1010111 1110110 0 100100 1110 101110 101000011 10110 101100

Color Harmonies of #895776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895776

Black with #895776

Text Example


Text Example

White with #895776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895776; }

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

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

background-color css

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

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

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

border-color css

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

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

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