Html Css Color HEX #827376 Empress

📋 copy color: '#827376'

red 130 ◦ green 115 ◦ blue 118

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

Shades of Empress #827376

Tints of Empress #827376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 35.81%
G = 31.68%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#827376 (or 0x827376) is known color: Empress. HEX triplet: 82, 73 and 76. RGB value is (130,115,118). Sum of RGB (Red+Green+Blue) = 130+115+118=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827376 is #7D8C89. Grayscale: #777777. Windows color (decimal): -8227978 or 7762818. OLE color: 7762818.

HSL color Cylindrical-coordinate representation of color #827376: hue angle of 348º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827376 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 118 -
CMYK 0 0.12 0.09 0.49
HSL 348º 0.06% 0.48% -
HSV(B) 348º 0.12% 0.51% -
XYZ 18.61 18.32 19.69 -
YUV 119.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 130 115 118 0 0.12 0.09 0.49 348 0.06 0.48
Hex 82 73 76 0 C 9 31 15C 6 30
Octal 202 163 166 0 14 11 61 534 6 60
Binary 10000010 1110011 1110110 0 1100 1001 110001 101011100 110 110000

Color Harmonies of #827376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827376

Black with #827376

Text Example


Text Example

White with #827376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827376; }

 p { color: rgb(130,115,118); }

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

background-color css

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

 a { background-color: rgb(130,115,118); }

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

border-color css

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

 span { border-color: rgb(130,115,118); }

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