#776774

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

Shades of Old Lavender #776774

Tints of Old Lavender #776774

Color information

#776774 (or 0x776774) is unknown color: approx Old Lavender. HEX triplet: 77, 67 and 74. RGB value is (119,103,116). Sum of RGB (Red+Green+Blue) = 119+103+116=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776774 is #88988B. Grayscale: #6D6D6D. Windows color (decimal): -8951948 or 7628663. OLE color: 7628663.

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

Color convert

RGB119103116-
CMYK00.130.030.53
HSL311.25º7.21%43.53%-
HSV(B)311.25º13.45%46.67%-
XYZ15.6114.8818.57-
YUV109.27131.8134.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=35.21%
G=30.47%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910311600.130.030.53311.257.2143.53
Hex7767740D33513772c
Octal167147164015365467754
Binary1110111110011111101000110111110101100110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776774; }

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

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

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

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

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

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

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

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