Html Css Color HEX #83797A Empress

📋 copy color: '#83797A'

red 131 ◦ green 121 ◦ blue 122

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

Shades of Empress #83797A

Tints of Empress #83797A

RGB

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

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

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

R = 35.03%
G = 32.35%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83797A (or 0x83797A) is known color: Empress. HEX triplet: 83, 79 and 7A. RGB value is (131,121,122). Sum of RGB (Red+Green+Blue) = 131+121+122=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797A is #7C8685. Grayscale: #7C7C7C. Windows color (decimal): -8160902 or 8026499. OLE color: 8026499.

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

Color convert

RGB 131 121 122 -
CMYK 0 0.08 0.07 0.49
HSL 354º 0.04% 0.49% -
HSV(B) 354º 0.08% 0.51% -
XYZ 19.71 19.91 21.22 -
YUV 124.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 131 121 122 0 0.08 0.07 0.49 354 0.04 0.49
Hex 83 79 7A 0 8 7 31 162 4 31
Octal 203 171 172 0 10 7 61 542 4 61
Binary 10000011 1111001 1111010 0 1000 111 110001 101100010 100 110001

Color Harmonies of #83797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83797A

Black with #83797A

Text Example


Text Example

White with #83797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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