#917684

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

Shades of Strikemaster #917684

Tints of Strikemaster #917684

Color information

#917684 (or 0x917684) is unknown color: approx Strikemaster. HEX triplet: 91, 76 and 84. RGB value is (145,118,132). Sum of RGB (Red+Green+Blue) = 145+118+132=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917684 is #6E897B. Grayscale: #7F7F7F. Windows color (decimal): -7244156 or 8681105. OLE color: 8681105.

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

Color convert

RGB145118132-
CMYK00.190.090.43
HSL328.89º10.93%51.57%-
HSV(B)328.89º18.62%56.86%-
XYZ22.3220.6424.64-
YUV127.67130.45140.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=36.71%
G=29.87%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511813200.190.090.43328.8910.9351.57
Hex91768401392B149b34
Octal22116620402311535111364
Binary1001000111101101000010001001110011010111010010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917684; }

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

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

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

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

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

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

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

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