Html Css Color HEX #84808C Topaz

📋 copy color: '#84808C'

red 132 ◦ green 128 ◦ blue 140

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

Shades of Topaz #84808C

Tints of Topaz #84808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 33%
G = 32%
B = 35%

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

#84808C (or 0x84808C) is known color: Topaz. HEX triplet: 84, 80 and 8C. RGB value is (132,128,140). Sum of RGB (Red+Green+Blue) = 132+128+140=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #84808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808C is #7B7F73. Grayscale: #828282. Windows color (decimal): -8093556 or 9207940. OLE color: 9207940.

HSL color Cylindrical-coordinate representation of color #84808C: hue angle of 260º 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 #84808C is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 128 140 -
CMYK 0.06 0.09 0 0.45
HSL 260º 0.05% 0.53% -
HSV(B) 260º 0.09% 0.55% -
XYZ 21.97 22.24 27.95 -
YUV 130.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 132 128 140 0.06 0.09 0 0.45 260 0.05 0.53
Hex 84 80 8C 6 9 0 2D 104 5 35
Octal 204 200 214 6 11 0 55 404 5 65
Binary 10000100 10000000 10001100 110 1001 0 101101 100000100 101 110101

Color Harmonies of #84808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84808C

Black with #84808C

Text Example


Text Example

White with #84808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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