Html Css Color HEX #895D7B Strikemaster

📋 copy color: '#895D7B'

red 137 ◦ green 93 ◦ blue 123

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

Shades of Strikemaster #895D7B

Tints of Strikemaster #895D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 38.81%
G = 26.35%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#895D7B (or 0x895D7B) is known color: Strikemaster. HEX triplet: 89, 5D and 7B. RGB value is (137,93,123). Sum of RGB (Red+Green+Blue) = 137+93+123=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D7B is #76A284. Grayscale: #6D6D6D. Windows color (decimal): -7774853 or 8084873. OLE color: 8084873.

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

Color convert

RGB 137 93 123 -
CMYK 0 0.32 0.10 0.46
HSL 319.09º 0.19% 0.45% -
HSV(B) 319.09º 0.32% 0.54% -
XYZ 17.81 14.58 20.61 -
YUV 109.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 137 93 123 0 0.32 0.10 0.46 319.09 0.19 0.45
Hex 89 5D 7B 0 20 A 2E 13F 13 2D
Octal 211 135 173 0 40 12 56 477 23 55
Binary 10001001 1011101 1111011 0 100000 1010 101110 100111111 10011 101101

Color Harmonies of #895D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D7B

Black with #895D7B

Text Example


Text Example

White with #895D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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