#925776

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

Shades of Strikemaster #925776

Tints of Strikemaster #925776

Color information

#925776 (or 0x925776) is unknown color: approx Strikemaster. HEX triplet: 92, 57 and 76. RGB value is (146,87,118). Sum of RGB (Red+Green+Blue) = 146+87+118=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #925776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925776 is #6DA889. Grayscale: #6C6C6C. Windows color (decimal): -7186570 or 7755666. OLE color: 7755666.

HSL color Cylindrical-coordinate representation of color #925776: hue angle of 328.47º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925776 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14687118-
CMYK00.400.190.43
HSL328.47º25.32%45.69%-
HSV(B)328.47º40.41%57.25%-
XYZ18.5314.2418.91-
YUV108.17133.55154.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=41.60%
G=24.79%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468711800.400.190.43328.4725.3245.69
Hex925776028132B148192e
Octal22212716605023535103156
Binary100100101010111111011001010001001110101110100100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925776; }

 p { color: rgb(146,87,118); }

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

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

 a { background-color: rgb(146,87,118); }

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

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

 span { border-color: rgb(146,87,118); }

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