#776775

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

Shades of Old Lavender #776775

Tints of Old Lavender #776775

Color information

#776775 (or 0x776775) is unknown color: approx Old Lavender. HEX triplet: 77, 67 and 75. RGB value is (119,103,117). Sum of RGB (Red+Green+Blue) = 119+103+117=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776775 is #88988A. Grayscale: #6D6D6D. Windows color (decimal): -8951947 or 7694199. OLE color: 7694199.

HSL color Cylindrical-coordinate representation of color #776775: hue angle of 307.5º 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 #776775 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB119103117-
CMYK00.130.020.53
HSL307.5º7.21%43.53%-
HSV(B)307.5º13.45%46.67%-
XYZ15.6714.9118.88-
YUV109.38132.3134.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=35.10%
G=30.38%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910311700.130.020.53307.57.2143.53
Hex7767750D23513472c
Octal167147165015265464754
Binary1110111110011111101010110110110101100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776775; }

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

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

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

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

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

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

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

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