Html Css Color HEX #84687A Strikemaster

📋 copy color: '#84687A'

red 132 ◦ green 104 ◦ blue 122

#84687A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #84687A

Tints of Strikemaster #84687A

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 value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84687A (or 0x84687A) is known color: 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

RGB 132 104 122 -
CMYK 0 0.21 0.08 0.48
HSL 321.43º 0.12% 0.46% -
HSV(B) 321.43º 0.21% 0.52% -
XYZ 17.98 16.21 20.59 -
YUV 114.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 132 104 122 0 0.21 0.08 0.48 321.43 0.12 0.46
Hex 84 68 7A 0 15 8 30 141 C 2E
Octal 204 150 172 0 25 10 60 501 14 56
Binary 10000100 1101000 1111010 0 10101 1000 110000 101000001 1100 101110

Color Harmonies of #84687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84687A

Black with #84687A

Text Example


Text Example

White with #84687A

Text Example


Text Example

HTML Codes & Css Web 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>