Html Css Color HEX #82818B Topaz

📋 copy color: '#82818B'

red 130 ◦ green 129 ◦ blue 139

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

Shades of Topaz #82818B

Tints of Topaz #82818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 32.66%
G = 32.41%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82818B (or 0x82818B) is known color: Topaz. HEX triplet: 82, 81 and 8B. RGB value is (130,129,139). Sum of RGB (Red+Green+Blue) = 130+129+139=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 129 (50.78% from 255 or 32.41% 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 #82818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82818B is #7D7E74. Grayscale: #828282. Windows color (decimal): -8224373 or 9142658. OLE color: 9142658.

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

Color convert

RGB 130 129 139 -
CMYK 0.06 0.07 0 0.45
HSL 246º 0.04% 0.53% -
HSV(B) 246º 0.07% 0.55% -
XYZ 21.72 22.31 27.59 -
YUV 130.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 130 129 139 0.06 0.07 0 0.45 246 0.04 0.53
Hex 82 81 8B 6 7 0 2D F6 4 35
Octal 202 201 213 6 7 0 55 366 4 65
Binary 10000010 10000001 10001011 110 111 0 101101 11110110 100 110101

Color Harmonies of #82818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82818B

Black with #82818B

Text Example


Text Example

White with #82818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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