#927482

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

Shades of Strikemaster #927482

Tints of Strikemaster #927482

Color information

#927482 (or 0x927482) is unknown color: approx Strikemaster. HEX triplet: 92, 74 and 82. RGB value is (146,116,130). Sum of RGB (Red+Green+Blue) = 146+116+130=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #927482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927482 is #6D8B7D. Grayscale: #7E7E7E. Windows color (decimal): -7179134 or 8549522. OLE color: 8549522.

HSL color Cylindrical-coordinate representation of color #927482: hue angle of 332º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927482 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB146116130-
CMYK00.210.110.43
HSL332º12.1%51.37%-
HSV(B)332º20.55%57.25%-
XYZ22.1320.2123.85-
YUV126.57129.94141.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=37.24%
G=29.59%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611613000.210.110.4333212.151.37
Hex927482015B2B14cc33
Octal22216420202513535141463
Binary1001001011101001000001001010110111010111010011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927482; }

 p { color: rgb(146,116,130); }

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

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

 a { background-color: rgb(146,116,130); }

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

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

 span { border-color: rgb(146,116,130); }

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