Html Css Color HEX #847686 Old Lavender

📋 copy color: '#847686'

red 132 ◦ green 118 ◦ blue 134

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

Shades of Old Lavender #847686

Tints of Old Lavender #847686

RGB

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

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

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

R = 34.38%
G = 30.73%
B = 34.9%

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

#847686 (or 0x847686) is known color: Old Lavender. HEX triplet: 84, 76 and 86. RGB value is (132,118,134). Sum of RGB (Red+Green+Blue) = 132+118+134=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #847686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847686 is #7B8979. Grayscale: #7B7B7B. Windows color (decimal): -8096122 or 8812164. OLE color: 8812164.

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

Color convert

RGB 132 118 134 -
CMYK 0.01 0.12 0 0.47
HSL 292.5º 0.06% 0.49% -
HSV(B) 292.5º 0.12% 0.53% -
XYZ 20.3 19.58 25.26 -
YUV 124.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 132 118 134 0.01 0.12 0 0.47 292.5 0.06 0.49
Hex 84 76 86 1 C 0 2F 124 6 31
Octal 204 166 206 1 14 0 57 444 6 61
Binary 10000100 1110110 10000110 1 1100 0 101111 100100100 110 110001

Color Harmonies of #847686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847686

Black with #847686

Text Example


Text Example

White with #847686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847686; }

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

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

background-color css

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

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

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

border-color css

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

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

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