Html Css Color HEX #827779 Empress

📋 copy color: '#827779'

red 130 ◦ green 119 ◦ blue 121

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

Shades of Empress #827779

Tints of Empress #827779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 35.14%
G = 32.16%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#827779 (or 0x827779) is known color: Empress. HEX triplet: 82, 77 and 79. RGB value is (130,119,121). Sum of RGB (Red+Green+Blue) = 130+119+121=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827779 is #7D8886. Grayscale: #7A7A7A. Windows color (decimal): -8226951 or 7960450. OLE color: 7960450.

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

Color convert

RGB 130 119 121 -
CMYK 0 0.08 0.07 0.49
HSL 349.09º 0.04% 0.49% -
HSV(B) 349.09º 0.08% 0.51% -
XYZ 19.25 19.32 20.8 -
YUV 122.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 130 119 121 0 0.08 0.07 0.49 349.09 0.04 0.49
Hex 82 77 79 0 8 7 31 15D 4 31
Octal 202 167 171 0 10 7 61 535 4 61
Binary 10000010 1110111 1111001 0 1000 111 110001 101011101 100 110001

Color Harmonies of #827779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827779

Black with #827779

Text Example


Text Example

White with #827779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827779; }

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

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

background-color css

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

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

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

border-color css

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

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

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