Html Css Color HEX #895C79 Strikemaster

📋 copy color: '#895C79'

red 137 ◦ green 92 ◦ blue 121

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

Shades of Strikemaster #895C79

Tints of Strikemaster #895C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 39.14%
G = 26.29%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895C79 (or 0x895C79) is known color: Strikemaster. HEX triplet: 89, 5C and 79. RGB value is (137,92,121). Sum of RGB (Red+Green+Blue) = 137+92+121=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #895C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C79 is #76A386. Grayscale: #6C6C6C. Windows color (decimal): -7775111 or 7953545. OLE color: 7953545.

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

Color convert

RGB 137 92 121 -
CMYK 0 0.33 0.12 0.46
HSL 321.33º 0.2% 0.45% -
HSV(B) 321.33º 0.33% 0.54% -
XYZ 17.59 14.35 19.93 -
YUV 108.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 137 92 121 0 0.33 0.12 0.46 321.33 0.2 0.45
Hex 89 5C 79 0 21 C 2E 141 14 2D
Octal 211 134 171 0 41 14 56 501 24 55
Binary 10001001 1011100 1111001 0 100001 1100 101110 101000001 10100 101101

Color Harmonies of #895C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C79

Black with #895C79

Text Example


Text Example

White with #895C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,121); }

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

background-color css

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

 a { background-color: rgb(137,92,121); }

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

border-color css

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

 span { border-color: rgb(137,92,121); }

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