Html Css Color HEX #826E72 Empress

📋 copy color: '#826E72'

red 130 ◦ green 110 ◦ blue 114

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

Shades of Empress #826E72

Tints of Empress #826E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 36.72%
G = 31.07%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#826E72 (or 0x826E72) is known color: Empress. HEX triplet: 82, 6E and 72. RGB value is (130,110,114). Sum of RGB (Red+Green+Blue) = 130+110+114=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #826E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E72 is #7D918D. Grayscale: #747474. Windows color (decimal): -8229262 or 7499394. OLE color: 7499394.

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

Color convert

RGB 130 110 114 -
CMYK 0 0.15 0.12 0.49
HSL 348º 0.08% 0.47% -
HSV(B) 348º 0.15% 0.51% -
XYZ 17.82 17.11 18.28 -
YUV 116.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 130 110 114 0 0.15 0.12 0.49 348 0.08 0.47
Hex 82 6E 72 0 F C 31 15C 8 2F
Octal 202 156 162 0 17 14 61 534 10 57
Binary 10000010 1101110 1110010 0 1111 1100 110001 101011100 1000 101111

Color Harmonies of #826E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E72

Black with #826E72

Text Example


Text Example

White with #826E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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