Html Css Color HEX #83808E Topaz

📋 copy color: '#83808E'

red 131 ◦ green 128 ◦ blue 142

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

Shades of Topaz #83808E

Tints of Topaz #83808E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 32.67%
G = 31.92%
B = 35.41%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83808E (or 0x83808E) is known color: Topaz. HEX triplet: 83, 80 and 8E. RGB value is (131,128,142). Sum of RGB (Red+Green+Blue) = 131+128+142=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 142 - color contains mainly: blue. Hex color #83808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83808E is #7C7F71. Grayscale: #828282. Windows color (decimal): -8159090 or 9339011. OLE color: 9339011.

HSL color Cylindrical-coordinate representation of color #83808E: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83808E is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 128 142 -
CMYK 0.08 0.10 0 0.44
HSL 252.86º 0.06% 0.53% -
HSV(B) 252.86º 0.1% 0.56% -
XYZ 21.96 22.22 28.72 -
YUV 130.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 131 128 142 0.08 0.10 0 0.44 252.86 0.06 0.53
Hex 83 80 8E 8 A 0 2C FD 6 35
Octal 203 200 216 10 12 0 54 375 6 65
Binary 10000011 10000000 10001110 1000 1010 0 101100 11111101 110 110101

Color Harmonies of #83808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83808E

Black with #83808E

Text Example


Text Example

White with #83808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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