Html Css Color HEX #827678 Empress

📋 copy color: '#827678'

red 130 ◦ green 118 ◦ blue 120

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

Shades of Empress #827678

Tints of Empress #827678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 35.33%
G = 32.07%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827678 (or 0x827678) is known color: Empress. HEX triplet: 82, 76 and 78. RGB value is (130,118,120). Sum of RGB (Red+Green+Blue) = 130+118+120=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827678 is #7D8987. Grayscale: #797979. Windows color (decimal): -8227208 or 7894658. OLE color: 7894658.

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

Color convert

RGB 130 118 120 -
CMYK 0 0.09 0.08 0.49
HSL 350º 0.05% 0.49% -
HSV(B) 350º 0.09% 0.51% -
XYZ 19.07 19.06 20.44 -
YUV 121.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 130 118 120 0 0.09 0.08 0.49 350 0.05 0.49
Hex 82 76 78 0 9 8 31 15E 5 31
Octal 202 166 170 0 11 10 61 536 5 61
Binary 10000010 1110110 1111000 0 1001 1000 110001 101011110 101 110001

Color Harmonies of #827678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827678

Black with #827678

Text Example


Text Example

White with #827678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827678; }

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

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

background-color css

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

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

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

border-color css

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

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

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