Html Css Color HEX #84808B Topaz

📋 copy color: '#84808B'

red 132 ◦ green 128 ◦ blue 139

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

Shades of Topaz #84808B

Tints of Topaz #84808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 33.08%
G = 32.08%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84808B (or 0x84808B) is known color: Topaz. HEX triplet: 84, 80 and 8B. RGB value is (132,128,139). Sum of RGB (Red+Green+Blue) = 132+128+139=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 139 - color contains mainly: blue. Hex color #84808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84808B is #7B7F74. Grayscale: #828282. Windows color (decimal): -8093557 or 9142404. OLE color: 9142404.

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

Color convert

RGB 132 128 139 -
CMYK 0.05 0.08 0 0.45
HSL 261.82º 0.05% 0.52% -
HSV(B) 261.82º 0.08% 0.55% -
XYZ 21.9 22.21 27.56 -
YUV 130.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 132 128 139 0.05 0.08 0 0.45 261.82 0.05 0.52
Hex 84 80 8B 5 8 0 2D 106 5 34
Octal 204 200 213 5 10 0 55 406 5 64
Binary 10000100 10000000 10001011 101 1000 0 101101 100000110 101 110100

Color Harmonies of #84808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84808B

Black with #84808B

Text Example


Text Example

White with #84808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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