#7B6E79

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

Shades of Old Lavender #7B6E79

Tints of Old Lavender #7B6E79

Color information

#7B6E79 (or 0x7B6E79) is unknown color: approx Old Lavender. HEX triplet: 7B, 6E and 79. RGB value is (123,110,121). Sum of RGB (Red+Green+Blue) = 123+110+121=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E79 is #849186. Grayscale: #737373. Windows color (decimal): -8688007 or 7958139. OLE color: 7958139.

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

Color convert

RGB123110121-
CMYK00.110.020.52
HSL309.23º5.58%45.69%-
HSV(B)309.23º10.57%48.24%-
XYZ17.216.7420.41-
YUV115.14131.31133.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=34.75%
G=31.07%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311012100.110.020.52309.235.5845.69
Hex7B6E790B23413562e
Octal173156171013264465656
Binary1111011110111011110010101110110100100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,121); }

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

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

 a { background-color: rgb(123,110,121); }

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

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

 span { border-color: rgb(123,110,121); }

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