#916E7D

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

Shades of Strikemaster #916E7D

Tints of Strikemaster #916E7D

Color information

#916E7D (or 0x916E7D) is unknown color: approx Strikemaster. HEX triplet: 91, 6E and 7D. RGB value is (145,110,125). Sum of RGB (Red+Green+Blue) = 145+110+125=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E7D is #6E9182. Grayscale: #7A7A7A. Windows color (decimal): -7246211 or 8220305. OLE color: 8220305.

HSL color Cylindrical-coordinate representation of color #916E7D: hue angle of 334.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #916E7D is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145110125-
CMYK00.240.140.43
HSL334.29º13.73%50%-
HSV(B)334.29º24.14%56.86%-
XYZ20.9518.6521.9-
YUV122.17129.6144.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=38.16%
G=28.95%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511012500.240.140.43334.2913.7350
Hex916E7D018E2B14ee32
Octal22115617503016535161662
Binary100100011101110111110101100011101010111010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E7D; }

 p { color: rgb(145,110,125); }

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

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

 a { background-color: rgb(145,110,125); }

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

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

 span { border-color: rgb(145,110,125); }

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