Html Css Color HEX #82797A Empress

📋 copy color: '#82797A'

red 130 ◦ green 121 ◦ blue 122

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

Shades of Empress #82797A

Tints of Empress #82797A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 34.85%
G = 32.44%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82797A (or 0x82797A) is known color: Empress. HEX triplet: 82, 79 and 7A. RGB value is (130,121,122). Sum of RGB (Red+Green+Blue) = 130+121+122=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797A is #7D8685. Grayscale: #7B7B7B. Windows color (decimal): -8226438 or 8026498. OLE color: 8026498.

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

Color convert

RGB 130 121 122 -
CMYK 0 0.07 0.06 0.49
HSL 353.33º 0.04% 0.49% -
HSV(B) 353.33º 0.07% 0.51% -
XYZ 19.56 19.83 21.21 -
YUV 123.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 130 121 122 0 0.07 0.06 0.49 353.33 0.04 0.49
Hex 82 79 7A 0 7 6 31 161 4 31
Octal 202 171 172 0 7 6 61 541 4 61
Binary 10000010 1111001 1111010 0 111 110 110001 101100001 100 110001

Color Harmonies of #82797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82797A

Black with #82797A

Text Example


Text Example

White with #82797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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