#79657B

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

Shades of Old Lavender #79657B

Tints of Old Lavender #79657B

Color information

#79657B (or 0x79657B) is unknown color: approx Old Lavender. HEX triplet: 79, 65 and 7B. RGB value is (121,101,123). Sum of RGB (Red+Green+Blue) = 121+101+123=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #79657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79657B is #869A84. Grayscale: #6D6D6D. Windows color (decimal): -8821381 or 8086905. OLE color: 8086905.

HSL color Cylindrical-coordinate representation of color #79657B: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79657B is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121101123-
CMYK0.020.1800.52
HSL294.55º9.82%43.92%-
HSV(B)294.55º17.89%48.24%-
XYZ16.1114.820.75-
YUV109.49135.63136.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=35.07%
G=29.28%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211011230.020.1800.52294.559.8243.92
Hex79657B212034127a2c
Octal1711451732220644471254
Binary111100111001011111011101001001101001001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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