#916C7A

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

Shades of Strikemaster #916C7A

Tints of Strikemaster #916C7A

Color information

#916C7A (or 0x916C7A) is unknown color: approx Strikemaster. HEX triplet: 91, 6C and 7A. RGB value is (145,108,122). Sum of RGB (Red+Green+Blue) = 145+108+122=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C7A is #6E9385. Grayscale: #787878. Windows color (decimal): -7246726 or 8023185. OLE color: 8023185.

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

Color convert

RGB145108122-
CMYK00.260.160.43
HSL337.3º14.62%49.61%-
HSV(B)337.3º25.52%56.86%-
XYZ20.5518.1520.83-
YUV120.66128.76145.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=38.67%
G=28.8%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510812200.260.160.43337.314.6249.61
Hex916C7A01A102B151f32
Octal22115417203220535211762
Binary1001000111011001111010011010100001010111010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,122); }

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

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

 a { background-color: rgb(145,108,122); }

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

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

 span { border-color: rgb(145,108,122); }

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