#927684

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

Shades of Strikemaster #927684

Tints of Strikemaster #927684

Color information

#927684 (or 0x927684) is unknown color: approx Strikemaster. HEX triplet: 92, 76 and 84. RGB value is (146,118,132). Sum of RGB (Red+Green+Blue) = 146+118+132=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927684 is #6D897B. Grayscale: #7F7F7F. Windows color (decimal): -7178620 or 8681106. OLE color: 8681106.

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

Color convert

RGB146118132-
CMYK00.190.100.43
HSL330º11.38%51.76%-
HSV(B)330º19.18%57.25%-
XYZ22.520.7324.65-
YUV127.97130.28140.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=36.87%
G=29.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611813200.190.100.4333011.3851.76
Hex927684013A2B14ab34
Octal22216620402312535121364
Binary1001001011101101000010001001110101010111010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927684; }

 p { color: rgb(146,118,132); }

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

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

 a { background-color: rgb(146,118,132); }

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

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

 span { border-color: rgb(146,118,132); }

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