Html Css Color HEX #895774 Strikemaster

📋 copy color: '#895774'

red 137 ◦ green 87 ◦ blue 116

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

Shades of Strikemaster #895774

Tints of Strikemaster #895774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 40.29%
G = 25.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895774 (or 0x895774) is known color: Strikemaster. HEX triplet: 89, 57 and 74. RGB value is (137,87,116). Sum of RGB (Red+Green+Blue) = 137+87+116=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895774 is #76A88B. Grayscale: #696969. Windows color (decimal): -7776396 or 7624585. OLE color: 7624585.

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

Color convert

RGB 137 87 116 -
CMYK 0 0.36 0.15 0.46
HSL 325.2º 0.22% 0.44% -
HSV(B) 325.2º 0.36% 0.54% -
XYZ 16.88 13.4 18.22 -
YUV 105.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 137 87 116 0 0.36 0.15 0.46 325.2 0.22 0.44
Hex 89 57 74 0 24 F 2E 145 16 2C
Octal 211 127 164 0 44 17 56 505 26 54
Binary 10001001 1010111 1110100 0 100100 1111 101110 101000101 10110 101100

Color Harmonies of #895774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895774

Black with #895774

Text Example


Text Example

White with #895774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895774; }

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

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

background-color css

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

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

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

border-color css

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

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

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