#796277

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

Shades of Old Lavender #796277

Tints of Old Lavender #796277

Color information

#796277 (or 0x796277) is unknown color: approx Old Lavender. HEX triplet: 79, 62 and 77. RGB value is (121,98,119). Sum of RGB (Red+Green+Blue) = 121+98+119=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796277 is #869D88. Grayscale: #6B6B6B. Windows color (decimal): -8822153 or 7823993. OLE color: 7823993.

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

Color convert

RGB12198119-
CMYK00.190.020.53
HSL305.22º10.5%42.94%-
HSV(B)305.22º19.01%47.45%-
XYZ15.5814.1319.36-
YUV107.27134.62137.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=35.80%
G=28.99%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219811900.190.020.53305.2210.542.94
Hex796277013235131b2b
Octal1711421670232654611353
Binary111100111000101110111010011101101011001100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796277; }

 p { color: rgb(121,98,119); }

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

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

 a { background-color: rgb(121,98,119); }

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

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

 span { border-color: rgb(121,98,119); }

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