#776674

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

Shades of Old Lavender #776674

Tints of Old Lavender #776674

Color information

#776674 (or 0x776674) is unknown color: approx Old Lavender. HEX triplet: 77, 66 and 74. RGB value is (119,102,116). Sum of RGB (Red+Green+Blue) = 119+102+116=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776674 is #88998B. Grayscale: #6C6C6C. Windows color (decimal): -8952204 or 7628407. OLE color: 7628407.

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

Color convert

RGB119102116-
CMYK00.140.030.53
HSL310.59º7.69%43.33%-
HSV(B)310.59º14.29%46.67%-
XYZ15.5114.6918.54-
YUV108.68132.13135.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=35.31%
G=30.27%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910211600.140.030.53310.597.6943.33
Hex7766740E33513782b
Octal1671461640163654671053
Binary11101111100110111010001110111101011001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776674; }

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

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

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

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

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

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

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

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