#78657A

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

Shades of Old Lavender #78657A

Tints of Old Lavender #78657A

Color information

#78657A (or 0x78657A) is unknown color: approx Old Lavender. HEX triplet: 78, 65 and 7A. RGB value is (120,101,122). Sum of RGB (Red+Green+Blue) = 120+101+122=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 122 - color contains mainly: blue. Hex color #78657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78657A is #879A85. Grayscale: #6D6D6D. Windows color (decimal): -8886918 or 8021368. OLE color: 8021368.

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

Color convert

RGB120101122-
CMYK0.020.1700.52
HSL294.29º9.42%43.73%-
HSV(B)294.29º17.21%47.84%-
XYZ15.9114.7120.41-
YUV109.08135.29135.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=34.99%
G=29.45%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1201011220.020.1700.52294.299.4243.73
Hex78657A21103412692c
Octal1701451722210644461154
Binary111100011001011111010101000101101001001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78657A; }

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

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

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

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

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

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

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

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