Html Css Color HEX #827679 Empress

📋 copy color: '#827679'

red 130 ◦ green 118 ◦ blue 121

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

Shades of Empress #827679

Tints of Empress #827679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 35.23%
G = 31.98%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#827679 (or 0x827679) is known color: Empress. HEX triplet: 82, 76 and 79. RGB value is (130,118,121). Sum of RGB (Red+Green+Blue) = 130+118+121=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #827679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827679 is #7D8986. Grayscale: #797979. Windows color (decimal): -8227207 or 7960194. OLE color: 7960194.

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

Color convert

RGB 130 118 121 -
CMYK 0 0.09 0.07 0.49
HSL 345º 0.05% 0.49% -
HSV(B) 345º 0.09% 0.51% -
XYZ 19.14 19.08 20.76 -
YUV 121.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 130 118 121 0 0.09 0.07 0.49 345 0.05 0.49
Hex 82 76 79 0 9 7 31 159 5 31
Octal 202 166 171 0 11 7 61 531 5 61
Binary 10000010 1110110 1111001 0 1001 111 110001 101011001 101 110001

Color Harmonies of #827679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827679

Black with #827679

Text Example


Text Example

White with #827679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827679; }

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

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

background-color css

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

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

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

border-color css

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

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

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