#7B6578

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

Shades of Old Lavender #7B6578

Tints of Old Lavender #7B6578

Color information

#7B6578 (or 0x7B6578) is unknown color: approx Old Lavender. HEX triplet: 7B, 65 and 78. RGB value is (123,101,120). Sum of RGB (Red+Green+Blue) = 123+101+120=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6578 is #849A87. Grayscale: #6D6D6D. Windows color (decimal): -8690312 or 7890299. OLE color: 7890299.

HSL color Cylindrical-coordinate representation of color #7B6578: hue angle of 308.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6578 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB123101120-
CMYK00.180.020.52
HSL308.18º9.82%43.92%-
HSV(B)308.18º17.89%48.24%-
XYZ16.2114.8719.79-
YUV109.74133.79137.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=35.76%
G=29.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310112000.180.020.52308.189.8243.92
Hex7B6578012234134a2c
Octal1731451700222644641254
Binary111101111001011111000010010101101001001101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,101,120); }

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

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

 a { background-color: rgb(123,101,120); }

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

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

 span { border-color: rgb(123,101,120); }

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