#897781

Color #897781 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #897781

Tints of Strikemaster #897781

Color information

#897781 (or 0x897781) is unknown color: approx Strikemaster. HEX triplet: 89, 77 and 81. RGB value is (137,119,129). Sum of RGB (Red+Green+Blue) = 137+119+129=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897781 is #76887E. Grayscale: #7D7D7D. Windows color (decimal): -7768191 or 8484745. OLE color: 8484745.

HSL color Cylindrical-coordinate representation of color #897781: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897781 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB137119129-
CMYK00.130.060.46
HSL326.67º7.09%50.2%-
HSV(B)326.67º13.14%53.73%-
XYZ20.8820.123.55-
YUV125.52129.96136.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=35.58%
G=30.91%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711912900.130.060.46326.677.0950.2
Hex8977810D62E147732
Octal211167201015656507762
Binary1000100111101111000000101101110101110101000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897781; }

 p { color: rgb(137,119,129); }

 H1.HeaderClassName
 {
   color: #897781;
 }
 .AnyTagClassName
 {
   color: #897781;
 }
</style>
background-color css

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

 a { background-color: rgb(137,119,129); }

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

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

 span { border-color: rgb(137,119,129); }

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