#925677

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

Shades of Strikemaster #925677

Tints of Strikemaster #925677

Color information

#925677 (or 0x925677) is unknown color: approx Strikemaster. HEX triplet: 92, 56 and 77. RGB value is (146,86,119). Sum of RGB (Red+Green+Blue) = 146+86+119=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #925677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925677 is #6DA988. Grayscale: #6B6B6B. Windows color (decimal): -7186825 or 7820946. OLE color: 7820946.

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

Color convert

RGB14686119-
CMYK00.410.180.43
HSL327º25.86%45.49%-
HSV(B)327º41.1%57.25%-
XYZ18.5114.119.2-
YUV107.7134.38155.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=41.60%
G=24.50%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468611900.410.180.4332725.8645.49
Hex925677029122B1471a2d
Octal22212616705122535073255
Binary100100101010110111011101010011001010101110100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925677; }

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

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

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

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

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

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

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

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