#925E7A

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

Shades of Strikemaster #925E7A

Tints of Strikemaster #925E7A

Color information

#925E7A (or 0x925E7A) is unknown color: approx Strikemaster. HEX triplet: 92, 5E and 7A. RGB value is (146,94,122). Sum of RGB (Red+Green+Blue) = 146+94+122=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #925E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E7A is #6DA185. Grayscale: #707070. Windows color (decimal): -7184774 or 8019602. OLE color: 8019602.

HSL color Cylindrical-coordinate representation of color #925E7A: hue angle of 327.69º 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 #925E7A is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14694122-
CMYK00.360.160.43
HSL327.69º21.67%47.06%-
HSV(B)327.69º35.62%57.25%-
XYZ19.3715.5220.39-
YUV112.74133.23151.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=40.33%
G=25.97%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469412200.360.160.43327.6921.6747.06
Hex925E7A024102B148162f
Octal22213617204420535102657
Binary100100101011110111101001001001000010101110100100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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