Html Css Color HEX #838084 Topaz

📋 copy color: '#838084'

red 131 ◦ green 128 ◦ blue 132

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

Shades of Topaz #838084

Tints of Topaz #838084

RGB

 RED value IS 131 (51.56% from 255) = 33.5%

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

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

R = 33.5%
G = 32.74%
B = 33.76%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#838084 (or 0x838084) is known color: Topaz. HEX triplet: 83, 80 and 84. RGB value is (131,128,132). Sum of RGB (Red+Green+Blue) = 131+128+132=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 132 - color contains mainly: blue. Hex color #838084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838084 is #7C7F7B. Grayscale: #818181. Windows color (decimal): -8159100 or 8683651. OLE color: 8683651.

HSL color Cylindrical-coordinate representation of color #838084: hue angle of 285º 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 #838084 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 128 132 -
CMYK 0.01 0.03 0 0.48
HSL 285º 0.02% 0.51% -
HSV(B) 285º 0.03% 0.52% -
XYZ 21.24 21.93 24.94 -
YUV 129.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 131 128 132 0.01 0.03 0 0.48 285 0.02 0.51
Hex 83 80 84 1 3 0 30 11D 2 33
Octal 203 200 204 1 3 0 60 435 2 63
Binary 10000011 10000000 10000100 1 11 0 110000 100011101 10 110011

Color Harmonies of #838084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838084

Black with #838084

Text Example


Text Example

White with #838084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838084; }

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

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

background-color css

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

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

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

border-color css

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

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

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