#847C84

Color #847C84 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #847C84

Tints of Old Lavender #847C84

Color information

#847C84 (or 0x847C84) is unknown color: approx Old Lavender. HEX triplet: 84, 7C and 84. RGB value is (132,124,132). Sum of RGB (Red+Green+Blue) = 132+124+132=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #847C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C84 is #7B837B. Grayscale: #7F7F7F. Windows color (decimal): -8094588 or 8682628. OLE color: 8682628.

HSL color Cylindrical-coordinate representation of color #847C84: hue angle of 300º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C84 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB132124132-
CMYK00.0600.48
HSL300º3.15%50.2%-
HSV(B)300º6.06%51.76%-
XYZ20.8920.9924.78-
YUV127.3130.65131.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=34.02%
G=31.96%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212413200.0600.483003.1550.2
Hex847C840603012c332
Octal20417420406060454362
Binary100001001111100100001000110011000010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847C84; }

 p { color: rgb(132,124,132); }

 H1.HeaderClassName
 {
   color: #847C84;
 }
 .AnyTagClassName
 {
   color: #847C84;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #847C84;
 }
 .BgClassName
 {
   background-color: #847C84;
 }
</style>
border-color css

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

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

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