#916E7E

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

Shades of Strikemaster #916E7E

Tints of Strikemaster #916E7E

Color information

#916E7E (or 0x916E7E) is unknown color: approx Strikemaster. HEX triplet: 91, 6E and 7E. RGB value is (145,110,126). Sum of RGB (Red+Green+Blue) = 145+110+126=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E7E is #6E9181. Grayscale: #7A7A7A. Windows color (decimal): -7246210 or 8285841. OLE color: 8285841.

HSL color Cylindrical-coordinate representation of color #916E7E: hue angle of 332.57º 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 #916E7E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145110126-
CMYK00.240.130.43
HSL332.57º13.73%50%-
HSV(B)332.57º24.14%56.86%-
XYZ21.0218.6822.24-
YUV122.29130.1144.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=38.06%
G=28.87%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511012600.240.130.43332.5713.7350
Hex916E7E018D2B14de32
Octal22115617603015535151662
Binary100100011101110111111001100011011010111010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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