#84677F

Color #84677F Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #84677F

Tints of Old Lavender #84677F

Color information

#84677F (or 0x84677F) is unknown color: approx Old Lavender. HEX triplet: 84, 67 and 7F. RGB value is (132,103,127). Sum of RGB (Red+Green+Blue) = 132+103+127=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677F is #7B9880. Grayscale: #727272. Windows color (decimal): -8099969 or 8349572. OLE color: 8349572.

HSL color Cylindrical-coordinate representation of color #84677F: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84677F is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132103127-
CMYK00.220.040.48
HSL310.34º12.34%46.08%-
HSV(B)310.34º21.97%51.76%-
XYZ18.216.1422.23-
YUV114.41135.11140.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 127 (50% from 255) = 35.08%
R=36.46%
G=28.45%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210312700.220.040.48310.3412.3446.08
Hex84677F016430136c2e
Octal2041471770264604661456
Binary10000100110011111111110101101001100001001101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84677F; }

 p { color: rgb(132,103,127); }

 H1.HeaderClassName
 {
   color: #84677F;
 }
 .AnyTagClassName
 {
   color: #84677F;
 }
</style>
background-color css

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

 a { background-color: rgb(132,103,127); }

 div.DivClassName
 {
   background-color: #84677F;
 }
 .BgClassName
 {
   background-color: #84677F;
 }
</style>
border-color css

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

 span { border-color: rgb(132,103,127); }

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