#84707B

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

Shades of Strikemaster #84707B

Tints of Strikemaster #84707B

Color information

#84707B (or 0x84707B) is unknown color: approx Strikemaster. HEX triplet: 84, 70 and 7B. RGB value is (132,112,123). Sum of RGB (Red+Green+Blue) = 132+112+123=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #84707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707B is #7B8F84. Grayscale: #777777. Windows color (decimal): -8097669 or 8089732. OLE color: 8089732.

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

Color convert

RGB132112123-
CMYK00.150.070.48
HSL327º8.2%47.84%-
HSV(B)327º15.15%51.76%-
XYZ18.8917.9221.2-
YUV119.23130.13137.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=35.97%
G=30.52%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211212300.150.070.483278.247.84
Hex84707B0F730147830
Octal2041601730177605071060
Binary1000010011100001111011011111111100001010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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