Html Css Color HEX #84808E Topaz

📋 copy color: '#84808E'

red 132 ◦ green 128 ◦ blue 142

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

Shades of Topaz #84808E

Tints of Topaz #84808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 32.84%
G = 31.84%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84808E (or 0x84808E) is known color: Topaz. HEX triplet: 84, 80 and 8E. RGB value is (132,128,142). Sum of RGB (Red+Green+Blue) = 132+128+142=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #84808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808E is #7B7F71. Grayscale: #828282. Windows color (decimal): -8093554 or 9339012. OLE color: 9339012.

HSL color Cylindrical-coordinate representation of color #84808E: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84808E is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 128 142 -
CMYK 0.07 0.10 0 0.44
HSL 257.14º 0.06% 0.53% -
HSV(B) 257.14º 0.1% 0.56% -
XYZ 22.12 22.3 28.73 -
YUV 130.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 132 128 142 0.07 0.10 0 0.44 257.14 0.06 0.53
Hex 84 80 8E 7 A 0 2C 101 6 35
Octal 204 200 216 7 12 0 54 401 6 65
Binary 10000100 10000000 10001110 111 1010 0 101100 100000001 110 110101

Color Harmonies of #84808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84808E

Black with #84808E

Text Example


Text Example

White with #84808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84808E; }

 p { color: rgb(132,128,142); }

 H1.HeaderClassName
 {
   color: #84808E;
 }
 .AnyTagClassName
 {
   color: #84808E;
 }
</style>

background-color css

<style>
 a { background-color: #84808E; }

 a { background-color: rgb(132,128,142); }

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

border-color css

<style>
 span { border-color: #84808E; }

 span { border-color: rgb(132,128,142); }

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