#786374

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

Shades of Old Lavender #786374

Tints of Old Lavender #786374

Color information

#786374 (or 0x786374) is unknown color: approx Old Lavender. HEX triplet: 78, 63 and 74. RGB value is (120,99,116). Sum of RGB (Red+Green+Blue) = 120+99+116=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #786374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786374 is #879C8B. Grayscale: #6B6B6B. Windows color (decimal): -8887436 or 7627640. OLE color: 7627640.

HSL color Cylindrical-coordinate representation of color #786374: hue angle of 311.43º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786374 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12099116-
CMYK00.170.030.53
HSL311.43º9.59%42.94%-
HSV(B)311.43º17.5%47.06%-
XYZ15.3614.1818.45-
YUV107.22132.96137.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=35.82%
G=29.55%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209911600.170.030.53311.439.5942.94
Hex786374011335137a2b
Octal1701431640213654671253
Binary111100011000111110100010001111101011001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786374; }

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

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

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

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

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

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

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

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