Html Css Color HEX #847C85 Old Lavender

📋 copy color: '#847C85'

red 132 ◦ green 124 ◦ blue 133

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

Shades of Old Lavender #847C85

Tints of Old Lavender #847C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 33.93%
G = 31.88%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#847C85 (or 0x847C85) is known color: Old Lavender. HEX triplet: 84, 7C and 85. RGB value is (132,124,133). Sum of RGB (Red+Green+Blue) = 132+124+133=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 133 - color contains mainly: blue. Hex color #847C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C85 is #7B837A. Grayscale: #7F7F7F. Windows color (decimal): -8094587 or 8748164. OLE color: 8748164.

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

Color convert

RGB 132 124 133 -
CMYK 0.01 0.07 0 0.48
HSL 293.33º 0.04% 0.5% -
HSV(B) 293.33º 0.07% 0.52% -
XYZ 20.96 21.01 25.14 -
YUV 127.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 132 124 133 0.01 0.07 0 0.48 293.33 0.04 0.5
Hex 84 7C 85 1 7 0 30 125 4 32
Octal 204 174 205 1 7 0 60 445 4 62
Binary 10000100 1111100 10000101 1 111 0 110000 100100101 100 110010

Color Harmonies of #847C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C85

Black with #847C85

Text Example


Text Example

White with #847C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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