#776C75

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

Shades of Old Lavender #776C75

Tints of Old Lavender #776C75

Color information

#776C75 (or 0x776C75) is unknown color: approx Old Lavender. HEX triplet: 77, 6C and 75. RGB value is (119,108,117). Sum of RGB (Red+Green+Blue) = 119+108+117=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #776C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C75 is #88938A. Grayscale: #707070. Windows color (decimal): -8950667 or 7695479. OLE color: 7695479.

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

Color convert

RGB119108117-
CMYK00.090.020.53
HSL310.91º4.85%44.51%-
HSV(B)310.91º9.24%46.67%-
XYZ16.1815.9319.05-
YUV112.32130.64132.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=34.59%
G=31.40%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910811700.090.020.53310.914.8544.51
Hex776C750923513752d
Octal167154165011265467555
Binary1110111110110011101010100110110101100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C75; }

 p { color: rgb(119,108,117); }

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

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

 a { background-color: rgb(119,108,117); }

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

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

 span { border-color: rgb(119,108,117); }

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