Html Css Color HEX #83808B Topaz

📋 copy color: '#83808B'

red 131 ◦ green 128 ◦ blue 139

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

Shades of Topaz #83808B

Tints of Topaz #83808B

RGB

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

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

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

R = 32.91%
G = 32.16%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83808B (or 0x83808B) is known color: Topaz. HEX triplet: 83, 80 and 8B. RGB value is (131,128,139). Sum of RGB (Red+Green+Blue) = 131+128+139=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #83808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83808B is #7C7F74. Grayscale: #828282. Windows color (decimal): -8159093 or 9142403. OLE color: 9142403.

HSL color Cylindrical-coordinate representation of color #83808B: hue angle of 256.36º 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 #83808B is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 128 139 -
CMYK 0.06 0.08 0 0.45
HSL 256.36º 0.05% 0.52% -
HSV(B) 256.36º 0.08% 0.55% -
XYZ 21.74 22.13 27.55 -
YUV 130.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 131 128 139 0.06 0.08 0 0.45 256.36 0.05 0.52
Hex 83 80 8B 6 8 0 2D 100 5 34
Octal 203 200 213 6 10 0 55 400 5 64
Binary 10000011 10000000 10001011 110 1000 0 101101 100000000 101 110100

Color Harmonies of #83808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83808B

Black with #83808B

Text Example


Text Example

White with #83808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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