#926D7A

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

Shades of Strikemaster #926D7A

Tints of Strikemaster #926D7A

Color information

#926D7A (or 0x926D7A) is unknown color: approx Strikemaster. HEX triplet: 92, 6D and 7A. RGB value is (146,109,122). Sum of RGB (Red+Green+Blue) = 146+109+122=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #926D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D7A is #6D9285. Grayscale: #797979. Windows color (decimal): -7180934 or 8023442. OLE color: 8023442.

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

Color convert

RGB146109122-
CMYK00.250.160.43
HSL338.92º14.51%50%-
HSV(B)338.92º25.34%57.25%-
XYZ20.8418.4520.88-
YUV121.54128.26145.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=38.73%
G=28.91%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610912200.250.160.43338.9214.5150
Hex926D7A019102B153f32
Octal22215517203120535231762
Binary1001001011011011111010011001100001010111010100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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