#925577

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

Shades of Strikemaster #925577

Tints of Strikemaster #925577

Color information

#925577 (or 0x925577) is unknown color: approx Strikemaster. HEX triplet: 92, 55 and 77. RGB value is (146,85,119). Sum of RGB (Red+Green+Blue) = 146+85+119=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925577 is #6DAA88. Grayscale: #6B6B6B. Windows color (decimal): -7187081 or 7820690. OLE color: 7820690.

HSL color Cylindrical-coordinate representation of color #925577: hue angle of 326.56º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925577 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB14685119-
CMYK00.420.180.43
HSL326.56º26.41%45.29%-
HSV(B)326.56º41.78%57.25%-
XYZ18.4313.9419.17-
YUV107.12134.71155.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 119 (46.88% from 255) = 34%
R=41.71%
G=24.29%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468511900.420.180.43326.5626.4145.29
Hex92557702A122B1471a2d
Octal22212516705222535073255
Binary100100101010101111011101010101001010101110100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925577; }

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

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

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

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

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

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

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

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