Html Css Color HEX #895A76 Strikemaster

📋 copy color: '#895A76'

red 137 ◦ green 90 ◦ blue 118

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

Shades of Strikemaster #895A76

Tints of Strikemaster #895A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 39.71%
G = 26.09%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#895A76 (or 0x895A76) is known color: Strikemaster. HEX triplet: 89, 5A and 76. RGB value is (137,90,118). Sum of RGB (Red+Green+Blue) = 137+90+118=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A76 is #76A589. Grayscale: #6B6B6B. Windows color (decimal): -7775626 or 7756425. OLE color: 7756425.

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

Color convert

RGB 137 90 118 -
CMYK 0 0.34 0.14 0.46
HSL 324.26º 0.21% 0.45% -
HSV(B) 324.26º 0.34% 0.54% -
XYZ 17.24 13.94 18.92 -
YUV 107.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 137 90 118 0 0.34 0.14 0.46 324.26 0.21 0.45
Hex 89 5A 76 0 22 E 2E 144 15 2D
Octal 211 132 166 0 42 16 56 504 25 55
Binary 10001001 1011010 1110110 0 100010 1110 101110 101000100 10101 101101

Color Harmonies of #895A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A76

Black with #895A76

Text Example


Text Example

White with #895A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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