Html Css Color HEX #828084 Topaz

📋 copy color: '#828084'

red 130 ◦ green 128 ◦ blue 132

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

Shades of Topaz #828084

Tints of Topaz #828084

RGB

 RED value IS 130 (51.17% from 255) = 33.33%

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 33.33%
G = 32.82%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#828084 (or 0x828084) is known color: Topaz. HEX triplet: 82, 80 and 84. RGB value is (130,128,132). Sum of RGB (Red+Green+Blue) = 130+128+132=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 132 - color contains mainly: blue. Hex color #828084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828084 is #7D7F7B. Grayscale: #818181. Windows color (decimal): -8224636 or 8683650. OLE color: 8683650.

HSL color Cylindrical-coordinate representation of color #828084: hue angle of 270º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #828084 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 128 132 -
CMYK 0.02 0.03 0 0.48
HSL 270º 0.02% 0.51% -
HSV(B) 270º 0.03% 0.52% -
XYZ 21.09 21.85 24.94 -
YUV 129.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 130 128 132 0.02 0.03 0 0.48 270 0.02 0.51
Hex 82 80 84 2 3 0 30 10E 2 33
Octal 202 200 204 2 3 0 60 416 2 63
Binary 10000010 10000000 10000100 10 11 0 110000 100001110 10 110011

Color Harmonies of #828084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828084

Black with #828084

Text Example


Text Example

White with #828084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828084; }

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

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

background-color css

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

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

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

border-color css

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

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

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