#7B5D74

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

Shades of Old Lavender #7B5D74

Tints of Old Lavender #7B5D74

Color information

#7B5D74 (or 0x7B5D74) is unknown color: approx Old Lavender. HEX triplet: 7B, 5D and 74. RGB value is (123,93,116). Sum of RGB (Red+Green+Blue) = 123+93+116=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D74 is #84A28B. Grayscale: #686868. Windows color (decimal): -8692364 or 7626107. OLE color: 7626107.

HSL color Cylindrical-coordinate representation of color #7B5D74: hue angle of 314º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D74 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB12393116-
CMYK00.240.060.52
HSL314º13.89%42.35%-
HSV(B)314º24.39%48.24%-
XYZ15.2413.318.29-
YUV104.59134.44141.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=37.05%
G=28.01%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239311600.240.060.5231413.8942.35
Hex7B5D7401863413ae2a
Octal1731351640306644721652
Binary1111011101110111101000110001101101001001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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