#84687A

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

Shades of Strikemaster #84687A

Tints of Strikemaster #84687A

Color information

#84687A (or 0x84687A) is unknown color: approx Strikemaster. HEX triplet: 84, 68 and 7A. RGB value is (132,104,122). Sum of RGB (Red+Green+Blue) = 132+104+122=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84687A is #7B9785. Grayscale: #727272. Windows color (decimal): -8099718 or 8022148. OLE color: 8022148.

HSL color Cylindrical-coordinate representation of color #84687A: hue angle of 321.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84687A is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132104122-
CMYK00.210.080.48
HSL321.43º11.86%46.27%-
HSV(B)321.43º21.21%51.76%-
XYZ17.9816.2120.59-
YUV114.42132.28140.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=36.87%
G=29.05%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412200.210.080.48321.4311.8646.27
Hex84687A015830141c2e
Octal20415017202510605011456
Binary100001001101000111101001010110001100001010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84687A; }

 p { color: rgb(132,104,122); }

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

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

 a { background-color: rgb(132,104,122); }

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

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

 span { border-color: rgb(132,104,122); }

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