#7B5674

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

Shades of Old Lavender #7B5674

Tints of Old Lavender #7B5674

Color information

#7B5674 (or 0x7B5674) is unknown color: approx Old Lavender. HEX triplet: 7B, 56 and 74. RGB value is (123,86,116). Sum of RGB (Red+Green+Blue) = 123+86+116=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5674 is #84A98B. Grayscale: #646464. Windows color (decimal): -8694156 or 7624315. OLE color: 7624315.

HSL color Cylindrical-coordinate representation of color #7B5674: hue angle of 311.35º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5674 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB12386116-
CMYK00.300.060.52
HSL311.35º17.7%40.98%-
HSV(B)311.35º30.08%48.24%-
XYZ14.6512.1318.09-
YUV100.48136.76144.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=37.85%
G=26.46%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238611600.300.060.52311.3517.740.98
Hex7B567401E6341371229
Octal1731261640366644672251
Binary11110111010110111010001111011011010010011011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,86,116); }

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

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

 a { background-color: rgb(123,86,116); }

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

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

 span { border-color: rgb(123,86,116); }

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