#816F7F

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

Shades of Old Lavender #816F7F

Tints of Old Lavender #816F7F

Color information

#816F7F (or 0x816F7F) is unknown color: approx Old Lavender. HEX triplet: 81, 6F and 7F. RGB value is (129,111,127). Sum of RGB (Red+Green+Blue) = 129+111+127=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #816F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F7F is #7E9080. Grayscale: #767676. Windows color (decimal): -8294529 or 8351617. OLE color: 8351617.

HSL color Cylindrical-coordinate representation of color #816F7F: hue angle of 306.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #816F7F is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB129111127-
CMYK00.140.020.49
HSL306.67º7.5%47.06%-
HSV(B)306.67º13.95%50.59%-
XYZ18.5717.5722.49-
YUV118.21132.96135.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 127 (50% from 255) = 34.60%
R=35.15%
G=30.25%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911112700.140.020.49306.677.547.06
Hex816F7F0E23113382f
Octal2011571770162614631057
Binary100000011101111111111101110101100011001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F7F; }

 p { color: rgb(129,111,127); }

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

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

 a { background-color: rgb(129,111,127); }

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

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

 span { border-color: rgb(129,111,127); }

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