Html Css Color HEX #847786 Old Lavender

📋 copy color: '#847786'

red 132 ◦ green 119 ◦ blue 134

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

Shades of Old Lavender #847786

Tints of Old Lavender #847786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 134 (52.73% from 255) = 34.81%

R = 34.29%
G = 30.91%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847786 (or 0x847786) is known color: Old Lavender. HEX triplet: 84, 77 and 86. RGB value is (132,119,134). Sum of RGB (Red+Green+Blue) = 132+119+134=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #847786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847786 is #7B8879. Grayscale: #7C7C7C. Windows color (decimal): -8095866 or 8812420. OLE color: 8812420.

HSL color Cylindrical-coordinate representation of color #847786: hue angle of 292º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #847786 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 119 134 -
CMYK 0.01 0.11 0 0.47
HSL 292º 0.06% 0.5% -
HSV(B) 292º 0.11% 0.53% -
XYZ 20.42 19.82 25.3 -
YUV 124.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 132 119 134 0.01 0.11 0 0.47 292 0.06 0.5
Hex 84 77 86 1 B 0 2F 124 6 32
Octal 204 167 206 1 13 0 57 444 6 62
Binary 10000100 1110111 10000110 1 1011 0 101111 100100100 110 110010

Color Harmonies of #847786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847786

Black with #847786

Text Example


Text Example

White with #847786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847786; }

 p { color: rgb(132,119,134); }

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

background-color css

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

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

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

border-color css

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

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

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