Html Css Color HEX #827578 Empress

📋 copy color: '#827578'

red 130 ◦ green 117 ◦ blue 120

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

Shades of Empress #827578

Tints of Empress #827578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 35.42%
G = 31.88%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#827578 (or 0x827578) is known color: Empress. HEX triplet: 82, 75 and 78. RGB value is (130,117,120). Sum of RGB (Red+Green+Blue) = 130+117+120=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827578 is #7D8A87. Grayscale: #797979. Windows color (decimal): -8227464 or 7894402. OLE color: 7894402.

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

Color convert

RGB 130 117 120 -
CMYK 0 0.1 0.08 0.49
HSL 346.15º 0.05% 0.48% -
HSV(B) 346.15º 0.1% 0.51% -
XYZ 18.96 18.82 20.4 -
YUV 121.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 130 117 120 0 0.1 0.08 0.49 346.15 0.05 0.48
Hex 82 75 78 0 A 8 31 15A 5 30
Octal 202 165 170 0 12 10 61 532 5 60
Binary 10000010 1110101 1111000 0 1010 1000 110001 101011010 101 110000

Color Harmonies of #827578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827578

Black with #827578

Text Example


Text Example

White with #827578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827578; }

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

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

background-color css

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

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

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

border-color css

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

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

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