Html Css Color HEX #895779 Strikemaster

📋 copy color: '#895779'

red 137 ◦ green 87 ◦ blue 121

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

Shades of Strikemaster #895779

Tints of Strikemaster #895779

RGB

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

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

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

R = 39.71%
G = 25.22%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#895779 (or 0x895779) is known color: Strikemaster. HEX triplet: 89, 57 and 79. RGB value is (137,87,121). Sum of RGB (Red+Green+Blue) = 137+87+121=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895779 is #76A886. Grayscale: #696969. Windows color (decimal): -7776391 or 7952265. OLE color: 7952265.

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

Color convert

RGB 137 87 121 -
CMYK 0 0.36 0.12 0.46
HSL 319.2º 0.22% 0.44% -
HSV(B) 319.2º 0.36% 0.54% -
XYZ 17.18 13.52 19.79 -
YUV 105.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 137 87 121 0 0.36 0.12 0.46 319.2 0.22 0.44
Hex 89 57 79 0 24 C 2E 13F 16 2C
Octal 211 127 171 0 44 14 56 477 26 54
Binary 10001001 1010111 1111001 0 100100 1100 101110 100111111 10110 101100

Color Harmonies of #895779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895779

Black with #895779

Text Example


Text Example

White with #895779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895779; }

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

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

background-color css

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

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

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

border-color css

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

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

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