#7B6075

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

Shades of Old Lavender #7B6075

Tints of Old Lavender #7B6075

Color information

#7B6075 (or 0x7B6075) is unknown color: approx Old Lavender. HEX triplet: 7B, 60 and 75. RGB value is (123,96,117). Sum of RGB (Red+Green+Blue) = 123+96+117=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6075 is #849F8A. Grayscale: #6A6A6A. Windows color (decimal): -8691595 or 7692411. OLE color: 7692411.

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

Color convert

RGB12396117-
CMYK00.220.050.52
HSL313.33º12.33%42.94%-
HSV(B)313.33º21.95%48.24%-
XYZ15.5613.8618.68-
YUV106.47133.95139.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=36.61%
G=28.57%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239611700.220.050.52313.3312.3342.94
Hex7B6075016534139c2b
Octal1731401650265644711453
Binary1111011110000011101010101101011101001001110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,117); }

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

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

 a { background-color: rgb(123,96,117); }

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

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

 span { border-color: rgb(123,96,117); }

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