#7B6378

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

Shades of Old Lavender #7B6378

Tints of Old Lavender #7B6378

Color information

#7B6378 (or 0x7B6378) is unknown color: approx Old Lavender. HEX triplet: 7B, 63 and 78. RGB value is (123,99,120). Sum of RGB (Red+Green+Blue) = 123+99+120=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6378 is #849C87. Grayscale: #6C6C6C. Windows color (decimal): -8690824 or 7889787. OLE color: 7889787.

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

Color convert

RGB12399120-
CMYK00.200.020.52
HSL307.5º10.81%43.53%-
HSV(B)307.5º19.51%48.24%-
XYZ16.0214.4919.72-
YUV108.57134.45138.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.96%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=35.96%
G=28.95%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239912000.200.020.52307.510.8143.53
Hex7B6378014234134b2c
Octal1731431700242644641354
Binary111101111000111111000010100101101001001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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