#925977

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

Shades of Strikemaster #925977

Tints of Strikemaster #925977

Color information

#925977 (or 0x925977) is unknown color: approx Strikemaster. HEX triplet: 92, 59 and 77. RGB value is (146,89,119). Sum of RGB (Red+Green+Blue) = 146+89+119=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925977 is #6DA688. Grayscale: #6D6D6D. Windows color (decimal): -7186057 or 7821714. OLE color: 7821714.

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

Color convert

RGB14689119-
CMYK00.390.180.43
HSL328.42º24.26%46.08%-
HSV(B)328.42º39.04%57.25%-
XYZ18.7614.5919.28-
YUV109.46133.38154.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=41.24%
G=25.14%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468911900.390.180.43328.4224.2646.08
Hex925977027122B148182e
Octal22213116704722535103056
Binary100100101011001111011101001111001010101110100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925977; }

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

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

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

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

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

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

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

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