#916B7C

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

Shades of Strikemaster #916B7C

Tints of Strikemaster #916B7C

Color information

#916B7C (or 0x916B7C) is unknown color: approx Strikemaster. HEX triplet: 91, 6B and 7C. RGB value is (145,107,124). Sum of RGB (Red+Green+Blue) = 145+107+124=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #916B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B7C is #6E9483. Grayscale: #787878. Windows color (decimal): -7246980 or 8154001. OLE color: 8154001.

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

Color convert

RGB145107124-
CMYK00.260.140.43
HSL333.16º15.08%49.41%-
HSV(B)333.16º26.21%56.86%-
XYZ20.5717.9921.46-
YUV120.3130.09145.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=38.56%
G=28.46%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510712400.260.140.43333.1615.0849.41
Hex916B7C01AE2B14df31
Octal22115317403216535151761
Binary100100011101011111110001101011101010111010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,107,124); }

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

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

 a { background-color: rgb(145,107,124); }

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

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

 span { border-color: rgb(145,107,124); }

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