#926D7F

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

Shades of Strikemaster #926D7F

Tints of Strikemaster #926D7F

Color information

#926D7F (or 0x926D7F) is unknown color: approx Strikemaster. HEX triplet: 92, 6D and 7F. RGB value is (146,109,127). Sum of RGB (Red+Green+Blue) = 146+109+127=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #926D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D7F is #6D9280. Grayscale: #7A7A7A. Windows color (decimal): -7180929 or 8351122. OLE color: 8351122.

HSL color Cylindrical-coordinate representation of color #926D7F: hue angle of 330.81º 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 #926D7F is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146109127-
CMYK00.250.130.43
HSL330.81º14.51%50%-
HSV(B)330.81º25.34%57.25%-
XYZ21.1518.5822.55-
YUV122.12130.76145.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 127 (50% from 255) = 33.25%
R=38.22%
G=28.53%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610912700.250.130.43330.8114.5150
Hex926D7F019D2B14bf32
Octal22215517703115535131762
Binary100100101101101111111101100111011010111010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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