Html Css Color HEX #83797B Empress

📋 copy color: '#83797B'

red 131 ◦ green 121 ◦ blue 123

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

Shades of Empress #83797B

Tints of Empress #83797B

RGB

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

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

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

R = 34.93%
G = 32.27%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83797B (or 0x83797B) is known color: Empress. HEX triplet: 83, 79 and 7B. RGB value is (131,121,123). Sum of RGB (Red+Green+Blue) = 131+121+123=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83797B is #7C8684. Grayscale: #7C7C7C. Windows color (decimal): -8160901 or 8092035. OLE color: 8092035.

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

Color convert

RGB 131 121 123 -
CMYK 0 0.08 0.06 0.49
HSL 348º 0.04% 0.49% -
HSV(B) 348º 0.08% 0.51% -
XYZ 19.77 19.93 21.54 -
YUV 124.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 131 121 123 0 0.08 0.06 0.49 348 0.04 0.49
Hex 83 79 7B 0 8 6 31 15C 4 31
Octal 203 171 173 0 10 6 61 534 4 61
Binary 10000011 1111001 1111011 0 1000 110 110001 101011100 100 110001

Color Harmonies of #83797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83797B

Black with #83797B

Text Example


Text Example

White with #83797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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