Html Css Color HEX #846A70 Empress

📋 copy color: '#846A70'

red 132 ◦ green 106 ◦ blue 112

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

Shades of Empress #846A70

Tints of Empress #846A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 37.71%
G = 30.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#846A70 (or 0x846A70) is known color: Empress. HEX triplet: 84, 6A and 70. RGB value is (132,106,112). Sum of RGB (Red+Green+Blue) = 132+106+112=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A70 is #7B958F. Grayscale: #727272. Windows color (decimal): -8099216 or 7367300. OLE color: 7367300.

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

Color convert

RGB 132 106 112 -
CMYK 0 0.20 0.15 0.48
HSL 346.15º 0.11% 0.47% -
HSV(B) 346.15º 0.2% 0.52% -
XYZ 17.59 16.38 17.56 -
YUV 114.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 132 106 112 0 0.20 0.15 0.48 346.15 0.11 0.47
Hex 84 6A 70 0 14 F 30 15A B 2F
Octal 204 152 160 0 24 17 60 532 13 57
Binary 10000100 1101010 1110000 0 10100 1111 110000 101011010 1011 101111

Color Harmonies of #846A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A70

Black with #846A70

Text Example


Text Example

White with #846A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,106,112); }

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

background-color css

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

 a { background-color: rgb(132,106,112); }

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

border-color css

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

 span { border-color: rgb(132,106,112); }

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