#776678

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

Shades of Old Lavender #776678

Tints of Old Lavender #776678

Color information

#776678 (or 0x776678) is unknown color: approx Old Lavender. HEX triplet: 77, 66 and 78. RGB value is (119,102,120). Sum of RGB (Red+Green+Blue) = 119+102+120=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #776678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776678 is #889987. Grayscale: #6D6D6D. Windows color (decimal): -8952200 or 7890551. OLE color: 7890551.

HSL color Cylindrical-coordinate representation of color #776678: hue angle of 296.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776678 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB119102120-
CMYK0.010.1500.53
HSL296.67º8.11%43.53%-
HSV(B)296.67º15%47.06%-
XYZ15.7514.7819.79-
YUV109.14134.13135.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=34.90%
G=29.91%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191021200.010.1500.53296.678.1143.53
Hex7766781F03512982c
Octal1671461701170654511054
Binary1110111110011011110001111101101011001010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776678; }

 p { color: rgb(119,102,120); }

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

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

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

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

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

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

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