Html Css Color HEX #82797B Empress

📋 copy color: '#82797B'

red 130 ◦ green 121 ◦ blue 123

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

Shades of Empress #82797B

Tints of Empress #82797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 34.76%
G = 32.35%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82797B (or 0x82797B) is known color: Empress. HEX triplet: 82, 79 and 7B. RGB value is (130,121,123). Sum of RGB (Red+Green+Blue) = 130+121+123=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #82797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797B is #7D8684. Grayscale: #7B7B7B. Windows color (decimal): -8226437 or 8092034. OLE color: 8092034.

HSL color Cylindrical-coordinate representation of color #82797B: hue angle of 346.67º 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 #82797B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 123 -
CMYK 0 0.07 0.05 0.49
HSL 346.67º 0.04% 0.49% -
HSV(B) 346.67º 0.07% 0.51% -
XYZ 19.62 19.85 21.54 -
YUV 123.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 130 121 123 0 0.07 0.05 0.49 346.67 0.04 0.49
Hex 82 79 7B 0 7 5 31 15B 4 31
Octal 202 171 173 0 7 5 61 533 4 61
Binary 10000010 1111001 1111011 0 111 101 110001 101011011 100 110001

Color Harmonies of #82797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82797B

Black with #82797B

Text Example


Text Example

White with #82797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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