Html Css Color HEX #837B7C Empress

📋 copy color: '#837B7C'

red 131 ◦ green 123 ◦ blue 124

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

Shades of Empress #837B7C

Tints of Empress #837B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 34.66%
G = 32.54%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#837B7C (or 0x837B7C) is known color: Empress. HEX triplet: 83, 7B and 7C. RGB value is (131,123,124). Sum of RGB (Red+Green+Blue) = 131+123+124=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B7C is #7C8483. Grayscale: #7D7D7D. Windows color (decimal): -8160388 or 8158083. OLE color: 8158083.

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

Color convert

RGB 131 123 124 -
CMYK 0 0.06 0.05 0.49
HSL 352.5º 0.03% 0.5% -
HSV(B) 352.5º 0.06% 0.51% -
XYZ 20.08 20.45 21.96 -
YUV 125.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 131 123 124 0 0.06 0.05 0.49 352.5 0.03 0.5
Hex 83 7B 7C 0 6 5 31 160 3 32
Octal 203 173 174 0 6 5 61 540 3 62
Binary 10000011 1111011 1111100 0 110 101 110001 101100000 11 110010

Color Harmonies of #837B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B7C

Black with #837B7C

Text Example


Text Example

White with #837B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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