#926B7A

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

Shades of Strikemaster #926B7A

Tints of Strikemaster #926B7A

Color information

#926B7A (or 0x926B7A) is unknown color: approx Strikemaster. HEX triplet: 92, 6B and 7A. RGB value is (146,107,122). Sum of RGB (Red+Green+Blue) = 146+107+122=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #926B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B7A is #6D9485. Grayscale: #787878. Windows color (decimal): -7181446 or 8022930. OLE color: 8022930.

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

Color convert

RGB146107122-
CMYK00.270.160.43
HSL336.92º15.42%49.61%-
HSV(B)336.92º26.71%57.25%-
XYZ20.6218.0320.81-
YUV120.37128.92146.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=38.93%
G=28.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610712200.270.160.43336.9215.4249.61
Hex926B7A01B102B151f32
Octal22215317203320535211762
Binary1001001011010111111010011011100001010111010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926B7A; }

 p { color: rgb(146,107,122); }

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

<style>
 a { background-color: #926B7A; }

 a { background-color: rgb(146,107,122); }

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

<style>
 span { border-color: #926B7A; }

 span { border-color: rgb(146,107,122); }

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