Html Css Color HEX #837D7E Empress

📋 copy color: '#837D7E'

red 131 ◦ green 125 ◦ blue 126

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

Shades of Empress #837D7E

Tints of Empress #837D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 34.29%
G = 32.72%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#837D7E (or 0x837D7E) is known color: Empress. HEX triplet: 83, 7D and 7E. RGB value is (131,125,126). Sum of RGB (Red+Green+Blue) = 131+125+126=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 131 - color contains mainly: red. Hex color #837D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D7E is #7C8281. Grayscale: #7E7E7E. Windows color (decimal): -8159874 or 8289667. OLE color: 8289667.

HSL color Cylindrical-coordinate representation of color #837D7E: hue angle of 350º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #837D7E is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 125 126 -
CMYK 0 0.05 0.04 0.49
HSL 350º 0.02% 0.5% -
HSV(B) 350º 0.05% 0.51% -
XYZ 20.46 21 22.71 -
YUV 126.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 131 125 126 0 0.05 0.04 0.49 350 0.02 0.5
Hex 83 7D 7E 0 5 4 31 15E 2 32
Octal 203 175 176 0 5 4 61 536 2 62
Binary 10000011 1111101 1111110 0 101 100 110001 101011110 10 110010

Color Harmonies of #837D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D7E

Black with #837D7E

Text Example


Text Example

White with #837D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837D7E; }

 p { color: rgb(131,125,126); }

 H1.HeaderClassName
 {
   color: #837D7E;
 }
 .AnyTagClassName
 {
   color: #837D7E;
 }
</style>

background-color css

<style>
 a { background-color: #837D7E; }

 a { background-color: rgb(131,125,126); }

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

border-color css

<style>
 span { border-color: #837D7E; }

 span { border-color: rgb(131,125,126); }

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