#925877

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

Shades of Strikemaster #925877

Tints of Strikemaster #925877

Color information

#925877 (or 0x925877) is unknown color: approx Strikemaster. HEX triplet: 92, 58 and 77. RGB value is (146,88,119). Sum of RGB (Red+Green+Blue) = 146+88+119=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925877 is #6DA788. Grayscale: #6C6C6C. Windows color (decimal): -7186313 or 7821458. OLE color: 7821458.

HSL color Cylindrical-coordinate representation of color #925877: hue angle of 327.93º 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 #925877 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14688119-
CMYK00.400.180.43
HSL327.93º24.79%45.88%-
HSV(B)327.93º39.73%57.25%-
XYZ18.6714.4219.25-
YUV108.88133.72154.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=41.36%
G=24.93%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468811900.400.180.43327.9324.7945.88
Hex925877028122B148192e
Octal22213016705022535103156
Binary100100101011000111011101010001001010101110100100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925877; }

 p { color: rgb(146,88,119); }

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

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

 a { background-color: rgb(146,88,119); }

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

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

 span { border-color: rgb(146,88,119); }

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