#7A6877

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

Shades of Old Lavender #7A6877

Tints of Old Lavender #7A6877

Color information

#7A6877 (or 0x7A6877) is unknown color: approx Old Lavender. HEX triplet: 7A, 68 and 77. RGB value is (122,104,119). Sum of RGB (Red+Green+Blue) = 122+104+119=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6877 is #859788. Grayscale: #6F6F6F. Windows color (decimal): -8755081 or 7825530. OLE color: 7825530.

HSL color Cylindrical-coordinate representation of color #7A6877: hue angle of 310º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A6877 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB122104119-
CMYK00.150.020.52
HSL310º7.96%44.31%-
HSV(B)310º14.75%47.84%-
XYZ16.3115.3719.56-
YUV111.09132.46135.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=35.36%
G=30.14%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210411900.150.020.523107.9644.31
Hex7A68770F23413682c
Octal1721501670172644661054
Binary11110101101000111011101111101101001001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6877; }

 p { color: rgb(122,104,119); }

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

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

 a { background-color: rgb(122,104,119); }

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

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

 span { border-color: rgb(122,104,119); }

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