#796478

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

Shades of Old Lavender #796478

Tints of Old Lavender #796478

Color information

#796478 (or 0x796478) is unknown color: approx Old Lavender. HEX triplet: 79, 64 and 78. RGB value is (121,100,120). Sum of RGB (Red+Green+Blue) = 121+100+120=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796478 is #869B87. Grayscale: #6C6C6C. Windows color (decimal): -8821640 or 7890041. OLE color: 7890041.

HSL color Cylindrical-coordinate representation of color #796478: hue angle of 302.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #796478 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB121100120-
CMYK00.170.010.53
HSL302.86º9.5%43.33%-
HSV(B)302.86º17.36%47.45%-
XYZ15.8314.5419.74-
YUV108.56134.46136.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=35.48%
G=29.33%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110012000.170.010.53302.869.543.33
Hex79647801113512fa2b
Octal1711441700211654571253
Binary11110011100100111100001000111101011001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796478; }

 p { color: rgb(121,100,120); }

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

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

 a { background-color: rgb(121,100,120); }

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

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

 span { border-color: rgb(121,100,120); }

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