Html Css Color HEX #857686 Old Lavender

📋 copy color: '#857686'

red 133 ◦ green 118 ◦ blue 134

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

Shades of Old Lavender #857686

Tints of Old Lavender #857686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 34.55%
G = 30.65%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857686 (or 0x857686) is known color: Old Lavender. HEX triplet: 85, 76 and 86. RGB value is (133,118,134). Sum of RGB (Red+Green+Blue) = 133+118+134=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 118 (46.48% from 255 or 30.65% 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 #857686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857686 is #7A8979. Grayscale: #7C7C7C. Windows color (decimal): -8030586 or 8812165. OLE color: 8812165.

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

Color convert

RGB 133 118 134 -
CMYK 0.01 0.12 0 0.47
HSL 296.25º 0.06% 0.49% -
HSV(B) 296.25º 0.12% 0.53% -
XYZ 20.45 19.66 25.27 -
YUV 124.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 133 118 134 0.01 0.12 0 0.47 296.25 0.06 0.49
Hex 85 76 86 1 C 0 2F 128 6 31
Octal 205 166 206 1 14 0 57 450 6 61
Binary 10000101 1110110 10000110 1 1100 0 101111 100101000 110 110001

Color Harmonies of #857686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857686

Black with #857686

Text Example


Text Example

White with #857686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857686; }

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

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

background-color css

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

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

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

border-color css

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

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

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