#925E7E

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

Shades of Strikemaster #925E7E

Tints of Strikemaster #925E7E

Color information

#925E7E (or 0x925E7E) is unknown color: approx Strikemaster. HEX triplet: 92, 5E and 7E. RGB value is (146,94,126). Sum of RGB (Red+Green+Blue) = 146+94+126=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #925E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E7E is #6DA181. Grayscale: #717171. Windows color (decimal): -7184770 or 8281746. OLE color: 8281746.

HSL color Cylindrical-coordinate representation of color #925E7E: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E7E is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14694126-
CMYK00.360.140.43
HSL323.08º21.67%47.06%-
HSV(B)323.08º35.62%57.25%-
XYZ19.6215.6221.72-
YUV113.2135.23151.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=39.89%
G=25.68%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469412600.360.140.43323.0821.6747.06
Hex925E7E024E2B143162f
Octal22213617604416535032657
Binary10010010101111011111100100100111010101110100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E7E; }

 p { color: rgb(146,94,126); }

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

<style>
 a { background-color: #925E7E; }

 a { background-color: rgb(146,94,126); }

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

<style>
 span { border-color: #925E7E; }

 span { border-color: rgb(146,94,126); }

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