#787278

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

Shades of Old Lavender #787278

Tints of Old Lavender #787278

Color information

#787278 (or 0x787278) is unknown color: approx Old Lavender. HEX triplet: 78, 72 and 78. RGB value is (120,114,120). Sum of RGB (Red+Green+Blue) = 120+114+120=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #787278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787278 is #878D87. Grayscale: #747474. Windows color (decimal): -8883592 or 7893624. OLE color: 7893624.

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

Color convert

RGB120114120-
CMYK00.0500.53
HSL300º2.56%45.88%-
HSV(B)300º5%47.06%-
XYZ17.1517.3820.22-
YUV116.48129.99130.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=33.90%
G=32.20%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011412000.0500.533002.5645.88
Hex7872780503512c32e
Octal17016217005065454356
Binary1111000111001011110000101011010110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787278; }

 p { color: rgb(120,114,120); }

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

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

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

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

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

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

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