Html Css Color HEX #895E7B Strikemaster

📋 copy color: '#895E7B'

red 137 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #895E7B

Tints of Strikemaster #895E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 38.7%
G = 26.55%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#895E7B (or 0x895E7B) is known color: Strikemaster. HEX triplet: 89, 5E and 7B. RGB value is (137,94,123). Sum of RGB (Red+Green+Blue) = 137+94+123=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #895E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895E7B is #76A184. Grayscale: #6E6E6E. Windows color (decimal): -7774597 or 8085129. OLE color: 8085129.

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

Color convert

RGB 137 94 123 -
CMYK 0 0.31 0.10 0.46
HSL 319.53º 0.19% 0.45% -
HSV(B) 319.53º 0.31% 0.54% -
XYZ 17.89 14.75 20.64 -
YUV 110.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 137 94 123 0 0.31 0.10 0.46 319.53 0.19 0.45
Hex 89 5E 7B 0 1F A 2E 140 13 2D
Octal 211 136 173 0 37 12 56 500 23 55
Binary 10001001 1011110 1111011 0 11111 1010 101110 101000000 10011 101101

Color Harmonies of #895E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E7B

Black with #895E7B

Text Example


Text Example

White with #895E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,123); }

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

background-color css

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

 a { background-color: rgb(137,94,123); }

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

border-color css

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

 span { border-color: rgb(137,94,123); }

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