#925779

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

Shades of Strikemaster #925779

Tints of Strikemaster #925779

Color information

#925779 (or 0x925779) is unknown color: approx Strikemaster. HEX triplet: 92, 57 and 79. RGB value is (146,87,121). Sum of RGB (Red+Green+Blue) = 146+87+121=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925779 is #6DA886. Grayscale: #6C6C6C. Windows color (decimal): -7186567 or 7952274. OLE color: 7952274.

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

Color convert

RGB14687121-
CMYK00.400.170.43
HSL325.42º25.32%45.69%-
HSV(B)325.42º40.41%57.25%-
XYZ18.7114.3119.86-
YUV108.52135.05154.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=41.24%
G=24.58%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468712100.400.170.43325.4225.3245.69
Hex925779028112B145192e
Octal22212717105021535053156
Binary100100101010111111100101010001000110101110100010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925779; }

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

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

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

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

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

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

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

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