#785C76

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

Shades of Old Lavender #785C76

Tints of Old Lavender #785C76

Color information

#785C76 (or 0x785C76) is unknown color: approx Old Lavender. HEX triplet: 78, 5C and 76. RGB value is (120,92,118). Sum of RGB (Red+Green+Blue) = 120+92+118=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #785C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C76 is #87A389. Grayscale: #676767. Windows color (decimal): -8889226 or 7756920. OLE color: 7756920.

HSL color Cylindrical-coordinate representation of color #785C76: hue angle of 304.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C76 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12092118-
CMYK00.230.020.53
HSL304.29º13.21%41.57%-
HSV(B)304.29º23.33%47.06%-
XYZ14.8412.9618.86-
YUV103.34136.28139.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=36.36%
G=27.88%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209211800.230.020.53304.2913.2141.57
Hex785C76017235130d2a
Octal1701341660272654601552
Binary111100010111001110110010111101101011001100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785C76; }

 p { color: rgb(120,92,118); }

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

<style>
 a { background-color: #785C76; }

 a { background-color: rgb(120,92,118); }

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

<style>
 span { border-color: #785C76; }

 span { border-color: rgb(120,92,118); }

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