Html Css Color HEX #83828B Topaz

📋 copy color: '#83828B'

red 131 ◦ green 130 ◦ blue 139

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

Shades of Topaz #83828B

Tints of Topaz #83828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 32.75%
G = 32.5%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83828B (or 0x83828B) is known color: Topaz. HEX triplet: 83, 82 and 8B. RGB value is (131,130,139). Sum of RGB (Red+Green+Blue) = 131+130+139=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #83828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83828B is #7C7D74. Grayscale: #838383. Windows color (decimal): -8158581 or 9142915. OLE color: 9142915.

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

Color convert

RGB 131 130 139 -
CMYK 0.06 0.06 0 0.45
HSL 246.67º 0.04% 0.53% -
HSV(B) 246.67º 0.06% 0.55% -
XYZ 22 22.65 27.64 -
YUV 131.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 131 130 139 0.06 0.06 0 0.45 246.67 0.04 0.53
Hex 83 82 8B 6 6 0 2D F7 4 35
Octal 203 202 213 6 6 0 55 367 4 65
Binary 10000011 10000010 10001011 110 110 0 101101 11110111 100 110101

Color Harmonies of #83828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83828B

Black with #83828B

Text Example


Text Example

White with #83828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,130,139); }

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

background-color css

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

 a { background-color: rgb(131,130,139); }

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

border-color css

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

 span { border-color: rgb(131,130,139); }

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