Html Css Color HEX #846E75 Empress

📋 copy color: '#846E75'

red 132 ◦ green 110 ◦ blue 117

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

Shades of Empress #846E75

Tints of Empress #846E75

RGB

 RED value IS 132 (51.95% from 255) = 36.77%

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 36.77%
G = 30.64%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#846E75 (or 0x846E75) is known color: Empress. HEX triplet: 84, 6E and 75. RGB value is (132,110,117). Sum of RGB (Red+Green+Blue) = 132+110+117=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #846E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E75 is #7B918A. Grayscale: #757575. Windows color (decimal): -8098187 or 7696004. OLE color: 7696004.

HSL color Cylindrical-coordinate representation of color #846E75: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E75 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 110 117 -
CMYK 0 0.17 0.11 0.48
HSL 340.91º 0.09% 0.47% -
HSV(B) 340.91º 0.17% 0.52% -
XYZ 18.3 17.34 19.21 -
YUV 117.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 132 110 117 0 0.17 0.11 0.48 340.91 0.09 0.47
Hex 84 6E 75 0 11 B 30 155 9 2F
Octal 204 156 165 0 21 13 60 525 11 57
Binary 10000100 1101110 1110101 0 10001 1011 110000 101010101 1001 101111

Color Harmonies of #846E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846E75

Black with #846E75

Text Example


Text Example

White with #846E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846E75; }

 p { color: rgb(132,110,117); }

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

background-color css

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

 a { background-color: rgb(132,110,117); }

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

border-color css

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

 span { border-color: rgb(132,110,117); }

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