#776B75

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

Shades of Old Lavender #776B75

Tints of Old Lavender #776B75

Color information

#776B75 (or 0x776B75) is unknown color: approx Old Lavender. HEX triplet: 77, 6B and 75. RGB value is (119,107,117). Sum of RGB (Red+Green+Blue) = 119+107+117=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 119 - color contains mainly: red. Hex color #776B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B75 is #88948A. Grayscale: #6F6F6F. Windows color (decimal): -8950923 or 7695223. OLE color: 7695223.

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

Color convert

RGB119107117-
CMYK00.100.020.53
HSL310º5.31%44.31%-
HSV(B)310º10.08%46.67%-
XYZ16.0815.7219.02-
YUV111.73130.98133.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=34.69%
G=31.20%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910711700.100.020.533105.3144.31
Hex776B750A23513652c
Octal167153165012265466554
Binary1110111110101111101010101010110101100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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