Html Css Color HEX #82798A Topaz

📋 copy color: '#82798A'

red 130 ◦ green 121 ◦ blue 138

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

Shades of Topaz #82798A

Tints of Topaz #82798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 33.42%
G = 31.11%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82798A (or 0x82798A) is known color: Topaz. HEX triplet: 82, 79 and 8A. RGB value is (130,121,138). Sum of RGB (Red+Green+Blue) = 130+121+138=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #82798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82798A is #7D8675. Grayscale: #7D7D7D. Windows color (decimal): -8226422 or 9075074. OLE color: 9075074.

HSL color Cylindrical-coordinate representation of color #82798A: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82798A is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 121 138 -
CMYK 0.06 0.12 0 0.46
HSL 271.76º 0.07% 0.51% -
HSV(B) 271.76º 0.12% 0.54% -
XYZ 20.63 20.26 26.87 -
YUV 125.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 130 121 138 0.06 0.12 0 0.46 271.76 0.07 0.51
Hex 82 79 8A 6 C 0 2E 110 7 33
Octal 202 171 212 6 14 0 56 420 7 63
Binary 10000010 1111001 10001010 110 1100 0 101110 100010000 111 110011

Color Harmonies of #82798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82798A

Black with #82798A

Text Example


Text Example

White with #82798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82798A; }

 p { color: rgb(130,121,138); }

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

background-color css

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

 a { background-color: rgb(130,121,138); }

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

border-color css

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

 span { border-color: rgb(130,121,138); }

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