#816B7F

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

Shades of Old Lavender #816B7F

Tints of Old Lavender #816B7F

Color information

#816B7F (or 0x816B7F) is unknown color: approx Old Lavender. HEX triplet: 81, 6B and 7F. RGB value is (129,107,127). Sum of RGB (Red+Green+Blue) = 129+107+127=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 129 - color contains mainly: red. Hex color #816B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B7F is #7E9480. Grayscale: #737373. Windows color (decimal): -8295553 or 8350593. OLE color: 8350593.

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

Color convert

RGB129107127-
CMYK00.170.020.49
HSL305.45º9.32%46.27%-
HSV(B)305.45º17.05%50.59%-
XYZ18.1416.7122.35-
YUV115.86134.29137.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 127 (50% from 255) = 34.99%
R=35.54%
G=29.48%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910712700.170.020.49305.459.3246.27
Hex816B7F01123113192e
Octal2011531770212614611156
Binary1000000111010111111111010001101100011001100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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