#7B6676

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

Shades of Old Lavender #7B6676

Tints of Old Lavender #7B6676

Color information

#7B6676 (or 0x7B6676) is unknown color: approx Old Lavender. HEX triplet: 7B, 66 and 76. RGB value is (123,102,118). Sum of RGB (Red+Green+Blue) = 123+102+118=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6676 is #849989. Grayscale: #6E6E6E. Windows color (decimal): -8690058 or 7759483. OLE color: 7759483.

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

Color convert

RGB123102118-
CMYK00.170.040.52
HSL314.29º9.33%44.12%-
HSV(B)314.29º17.07%48.24%-
XYZ16.1915.0219.19-
YUV110.1132.46137.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=35.86%
G=29.74%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310211800.170.040.52314.299.3344.12
Hex7B667601143413a92c
Octal1731461660214644721154
Binary1111011110011011101100100011001101001001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,118); }

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

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

 a { background-color: rgb(123,102,118); }

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

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

 span { border-color: rgb(123,102,118); }

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