Html Css Color HEX #857786 Old Lavender

📋 copy color: '#857786'

red 133 ◦ green 119 ◦ blue 134

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

Shades of Old Lavender #857786

Tints of Old Lavender #857786

RGB

 RED value IS 133 (52.34% from 255) = 34.46%

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

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

R = 34.46%
G = 30.83%
B = 34.72%

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

#857786 (or 0x857786) is known color: Old Lavender. HEX triplet: 85, 77 and 86. RGB value is (133,119,134). Sum of RGB (Red+Green+Blue) = 133+119+134=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 134 - color contains mainly: blue. Hex color #857786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857786 is #7A8879. Grayscale: #7C7C7C. Windows color (decimal): -8030330 or 8812421. OLE color: 8812421.

HSL color Cylindrical-coordinate representation of color #857786: hue angle of 296º 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 #857786 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 119 134 -
CMYK 0.01 0.11 0 0.47
HSL 296º 0.06% 0.5% -
HSV(B) 296º 0.11% 0.53% -
XYZ 20.57 19.9 25.31 -
YUV 124.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 133 119 134 0.01 0.11 0 0.47 296 0.06 0.5
Hex 85 77 86 1 B 0 2F 128 6 32
Octal 205 167 206 1 13 0 57 450 6 62
Binary 10000101 1110111 10000110 1 1011 0 101111 100101000 110 110010

Color Harmonies of #857786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857786

Black with #857786

Text Example


Text Example

White with #857786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857786; }

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

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

background-color css

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

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

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

border-color css

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

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

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