#7B667A

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

Shades of Old Lavender #7B667A

Tints of Old Lavender #7B667A

Color information

#7B667A (or 0x7B667A) is unknown color: approx Old Lavender. HEX triplet: 7B, 66 and 7A. RGB value is (123,102,122). Sum of RGB (Red+Green+Blue) = 123+102+122=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B667A is #849985. Grayscale: #6E6E6E. Windows color (decimal): -8690054 or 8021627. OLE color: 8021627.

HSL color Cylindrical-coordinate representation of color #7B667A: hue angle of 302.86º 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 #7B667A is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB123102122-
CMYK00.170.010.52
HSL302.86º9.33%44.12%-
HSV(B)302.86º17.07%48.24%-
XYZ16.4315.1220.46-
YUV110.56134.46136.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=35.45%
G=29.39%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310212200.170.010.52302.869.3344.12
Hex7B667A01113412f92c
Octal1731461720211644571154
Binary11110111100110111101001000111101001001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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