Html Css Color HEX #84808D Topaz

📋 copy color: '#84808D'

red 132 ◦ green 128 ◦ blue 141

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

Shades of Topaz #84808D

Tints of Topaz #84808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 32.92%
G = 31.92%
B = 35.16%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84808D (or 0x84808D) is known color: Topaz. HEX triplet: 84, 80 and 8D. RGB value is (132,128,141). Sum of RGB (Red+Green+Blue) = 132+128+141=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #84808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808D is #7B7F72. Grayscale: #828282. Windows color (decimal): -8093555 or 9273476. OLE color: 9273476.

HSL color Cylindrical-coordinate representation of color #84808D: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84808D is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 128 141 -
CMYK 0.06 0.09 0 0.45
HSL 258.46º 0.05% 0.53% -
HSV(B) 258.46º 0.09% 0.55% -
XYZ 22.04 22.27 28.34 -
YUV 130.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 132 128 141 0.06 0.09 0 0.45 258.46 0.05 0.53
Hex 84 80 8D 6 9 0 2D 102 5 35
Octal 204 200 215 6 11 0 55 402 5 65
Binary 10000100 10000000 10001101 110 1001 0 101101 100000010 101 110101

Color Harmonies of #84808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84808D

Black with #84808D

Text Example


Text Example

White with #84808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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