Html Css Color HEX #84697A Strikemaster

📋 copy color: '#84697A'

red 132 ◦ green 105 ◦ blue 122

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

Shades of Strikemaster #84697A

Tints of Strikemaster #84697A

RGB

 RED value IS 132 (51.95% from 255) = 36.77%

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 36.77%
G = 29.25%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84697A (or 0x84697A) is known color: Strikemaster. HEX triplet: 84, 69 and 7A. RGB value is (132,105,122). Sum of RGB (Red+Green+Blue) = 132+105+122=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697A is #7B9685. Grayscale: #727272. Windows color (decimal): -8099462 or 8022404. OLE color: 8022404.

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

Color convert

RGB 132 105 122 -
CMYK 0 0.20 0.08 0.48
HSL 322.22º 0.11% 0.46% -
HSV(B) 322.22º 0.2% 0.52% -
XYZ 18.08 16.41 20.63 -
YUV 115.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 132 105 122 0 0.20 0.08 0.48 322.22 0.11 0.46
Hex 84 69 7A 0 14 8 30 142 B 2E
Octal 204 151 172 0 24 10 60 502 13 56
Binary 10000100 1101001 1111010 0 10100 1000 110000 101000010 1011 101110

Color Harmonies of #84697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84697A

Black with #84697A

Text Example


Text Example

White with #84697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84697A;
 }
 .AnyTagClassName
 {
   color: #84697A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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