#916A7F

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

Shades of Strikemaster #916A7F

Tints of Strikemaster #916A7F

Color information

#916A7F (or 0x916A7F) is unknown color: approx Strikemaster. HEX triplet: 91, 6A and 7F. RGB value is (145,106,127). Sum of RGB (Red+Green+Blue) = 145+106+127=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A7F is #6E9580. Grayscale: #787878. Windows color (decimal): -7247233 or 8350353. OLE color: 8350353.

HSL color Cylindrical-coordinate representation of color #916A7F: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A7F is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145106127-
CMYK00.270.120.43
HSL327.69º15.54%49.22%-
HSV(B)327.69º26.9%56.86%-
XYZ20.6617.8622.44-
YUV120.06131.92145.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 127 (50% from 255) = 33.60%
R=38.36%
G=28.04%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510612700.270.120.43327.6915.5449.22
Hex916A7F01BC2B1481031
Octal22115217703314535102061
Binary1001000111010101111111011011110010101110100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,106,127); }

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

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

 a { background-color: rgb(145,106,127); }

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

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

 span { border-color: rgb(145,106,127); }

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