#776875

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

Shades of Old Lavender #776875

Tints of Old Lavender #776875

Color information

#776875 (or 0x776875) is unknown color: approx Old Lavender. HEX triplet: 77, 68 and 75. RGB value is (119,104,117). Sum of RGB (Red+Green+Blue) = 119+104+117=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776875 is #88978A. Grayscale: #6D6D6D. Windows color (decimal): -8951691 or 7694455. OLE color: 7694455.

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

Color convert

RGB119104117-
CMYK00.130.020.53
HSL308º6.73%43.73%-
HSV(B)308º12.61%46.67%-
XYZ15.7715.1118.91-
YUV109.97131.97134.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=35%
G=30.59%
B=34.41%

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
Decimal11910411700.130.020.533086.7343.73
Hex7768750D23513472c
Octal167150165015265464754
Binary1110111110100011101010110110110101100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776875; }

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

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

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

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

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

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

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

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