#84717B

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

Shades of Strikemaster #84717B

Tints of Strikemaster #84717B

Color information

#84717B (or 0x84717B) is unknown color: approx Strikemaster. HEX triplet: 84, 71 and 7B. RGB value is (132,113,123). Sum of RGB (Red+Green+Blue) = 132+113+123=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717B is #7B8E84. Grayscale: #777777. Windows color (decimal): -8097413 or 8089988. OLE color: 8089988.

HSL color Cylindrical-coordinate representation of color #84717B: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84717B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB132113123-
CMYK00.140.070.48
HSL328.42º7.76%48.04%-
HSV(B)328.42º14.39%51.76%-
XYZ1918.1521.24-
YUV119.82129.79136.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=35.87%
G=30.71%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211312300.140.070.48328.427.7648.04
Hex84717B0E730148830
Octal2041611730167605101060
Binary1000010011100011111011011101111100001010010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84717B; }

 p { color: rgb(132,113,123); }

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

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

 a { background-color: rgb(132,113,123); }

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

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

 span { border-color: rgb(132,113,123); }

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