Html Css Color HEX #827277 Empress

📋 copy color: '#827277'

red 130 ◦ green 114 ◦ blue 119

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

Shades of Empress #827277

Tints of Empress #827277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 35.81%
G = 31.4%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827277 (or 0x827277) is known color: Empress. HEX triplet: 82, 72 and 77. RGB value is (130,114,119). Sum of RGB (Red+Green+Blue) = 130+114+119=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827277 is #7D8D88. Grayscale: #777777. Windows color (decimal): -8228233 or 7828098. OLE color: 7828098.

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

Color convert

RGB 130 114 119 -
CMYK 0 0.12 0.08 0.49
HSL 341.25º 0.07% 0.48% -
HSV(B) 341.25º 0.12% 0.51% -
XYZ 18.55 18.11 19.97 -
YUV 119.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 130 114 119 0 0.12 0.08 0.49 341.25 0.07 0.48
Hex 82 72 77 0 C 8 31 155 7 30
Octal 202 162 167 0 14 10 61 525 7 60
Binary 10000010 1110010 1110111 0 1100 1000 110001 101010101 111 110000

Color Harmonies of #827277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827277

Black with #827277

Text Example


Text Example

White with #827277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827277; }

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

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

background-color css

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

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

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

border-color css

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

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

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