Html Css Color HEX #895679 Strikemaster

📋 copy color: '#895679'

red 137 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #895679

Tints of Strikemaster #895679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

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

R = 39.83%
G = 25%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895679 (or 0x895679) is known color: Strikemaster. HEX triplet: 89, 56 and 79. RGB value is (137,86,121). Sum of RGB (Red+Green+Blue) = 137+86+121=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #895679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895679 is #76A986. Grayscale: #696969. Windows color (decimal): -7776647 or 7952009. OLE color: 7952009.

HSL color Cylindrical-coordinate representation of color #895679: hue angle of 318.82º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895679 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 86 121 -
CMYK 0 0.37 0.12 0.46
HSL 318.82º 0.23% 0.44% -
HSV(B) 318.82º 0.37% 0.54% -
XYZ 17.1 13.35 19.77 -
YUV 105.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 137 86 121 0 0.37 0.12 0.46 318.82 0.23 0.44
Hex 89 56 79 0 25 C 2E 13F 17 2C
Octal 211 126 171 0 45 14 56 477 27 54
Binary 10001001 1010110 1111001 0 100101 1100 101110 100111111 10111 101100

Color Harmonies of #895679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895679

Black with #895679

Text Example


Text Example

White with #895679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895679; }

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

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

background-color css

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

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

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

border-color css

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

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

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