#79667B

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

Shades of Old Lavender #79667B

Tints of Old Lavender #79667B

Color information

#79667B (or 0x79667B) is unknown color: approx Old Lavender. HEX triplet: 79, 66 and 7B. RGB value is (121,102,123). Sum of RGB (Red+Green+Blue) = 121+102+123=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #79667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79667B is #869984. Grayscale: #6E6E6E. Windows color (decimal): -8821125 or 8087161. OLE color: 8087161.

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

Color convert

RGB121102123-
CMYK0.020.1700.52
HSL294.29º9.33%44.12%-
HSV(B)294.29º17.07%48.24%-
XYZ16.211520.78-
YUV110.08135.29135.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=34.97%
G=29.48%
B=35.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211021230.020.1700.52294.299.3344.12
Hex79667B21103412692c
Octal1711461732210644461154
Binary111100111001101111011101000101101001001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79667B; }

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

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

<style>
 a { background-color: #79667B; }

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

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

<style>
 span { border-color: #79667B; }

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

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