#7F617B

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

Shades of Old Lavender #7F617B

Tints of Old Lavender #7F617B

Color information

#7F617B (or 0x7F617B) is unknown color: approx Old Lavender. HEX triplet: 7F, 61 and 7B. RGB value is (127,97,123). Sum of RGB (Red+Green+Blue) = 127+97+123=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 127 - color contains mainly: red. Hex color #7F617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F617B is #809E84. Grayscale: #6C6C6C. Windows color (decimal): -8429189 or 8085887. OLE color: 8085887.

HSL color Cylindrical-coordinate representation of color #7F617B: hue angle of 308º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F617B is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12797123-
CMYK00.240.030.50
HSL308º13.39%43.92%-
HSV(B)308º23.62%49.8%-
XYZ16.614.4920.66-
YUV108.93135.94140.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=36.60%
G=27.95%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279712300.240.030.5030813.3943.92
Hex7F617B018332134d2c
Octal1771411730303624641554
Binary111111111000011111011011000111100101001101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,123); }

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

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

 a { background-color: rgb(127,97,123); }

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

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

 span { border-color: rgb(127,97,123); }

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