#7B6877

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

Shades of Old Lavender #7B6877

Tints of Old Lavender #7B6877

Color information

#7B6877 (or 0x7B6877) is unknown color: approx Old Lavender. HEX triplet: 7B, 68 and 77. RGB value is (123,104,119). Sum of RGB (Red+Green+Blue) = 123+104+119=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6877 is #849788. Grayscale: #6F6F6F. Windows color (decimal): -8689545 or 7825531. OLE color: 7825531.

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

Color convert

RGB123104119-
CMYK00.150.030.52
HSL312.63º8.37%44.51%-
HSV(B)312.63º15.45%48.24%-
XYZ16.4515.4419.57-
YUV111.39132.29136.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=35.55%
G=30.06%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310411900.150.030.52312.638.3744.51
Hex7B68770F33413982d
Octal1731501670173644711055
Binary11110111101000111011101111111101001001110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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