#776474

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

Shades of Old Lavender #776474

Tints of Old Lavender #776474

Color information

#776474 (or 0x776474) is unknown color: approx Old Lavender. HEX triplet: 77, 64 and 74. RGB value is (119,100,116). Sum of RGB (Red+Green+Blue) = 119+100+116=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776474 is #889B8B. Grayscale: #6B6B6B. Windows color (decimal): -8952716 or 7627895. OLE color: 7627895.

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

Color convert

RGB119100116-
CMYK00.160.030.53
HSL309.47º8.68%42.94%-
HSV(B)309.47º15.97%46.67%-
XYZ15.3214.318.48-
YUV107.5132.79136.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=35.52%
G=29.85%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910011600.160.030.53309.478.6842.94
Hex77647401033513592b
Octal1671441640203654651153
Binary111011111001001110100010000111101011001101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776474; }

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

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

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

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

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

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

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

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