#7B5F77

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

Shades of Old Lavender #7B5F77

Tints of Old Lavender #7B5F77

Color information

#7B5F77 (or 0x7B5F77) is unknown color: approx Old Lavender. HEX triplet: 7B, 5F and 77. RGB value is (123,95,119). Sum of RGB (Red+Green+Blue) = 123+95+119=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F77 is #84A088. Grayscale: #6A6A6A. Windows color (decimal): -8691849 or 7823227. OLE color: 7823227.

HSL color Cylindrical-coordinate representation of color #7B5F77: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B5F77 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12395119-
CMYK00.230.030.52
HSL308.57º12.84%42.75%-
HSV(B)308.57º22.76%48.24%-
XYZ15.5913.7319.28-
YUV106.11135.28140.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=36.50%
G=28.19%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239511900.230.030.52308.5712.8442.75
Hex7B5F77017334135d2b
Octal1731371670273644651553
Binary111101110111111110111010111111101001001101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,95,119); }

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

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

 a { background-color: rgb(123,95,119); }

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

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

 span { border-color: rgb(123,95,119); }

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