#766177

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

Shades of Old Lavender #766177

Tints of Old Lavender #766177

Color information

#766177 (or 0x766177) is unknown color: approx Old Lavender. HEX triplet: 76, 61 and 77. RGB value is (118,97,119). Sum of RGB (Red+Green+Blue) = 118+97+119=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #766177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766177 is #899E88. Grayscale: #696969. Windows color (decimal): -9019017 or 7823734. OLE color: 7823734.

HSL color Cylindrical-coordinate representation of color #766177: hue angle of 297.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766177 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11897119-
CMYK0.010.1800.53
HSL297.27º10.19%42.35%-
HSV(B)297.27º18.49%46.67%-
XYZ15.0813.7319.31-
YUV105.79135.46136.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=35.33%
G=29.04%
B=35.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118971190.010.1800.53297.2710.1942.35
Hex766177112035129a2a
Octal1661411671220654511252
Binary11101101100001111011111001001101011001010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766177; }

 p { color: rgb(118,97,119); }

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

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

 a { background-color: rgb(118,97,119); }

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

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

 span { border-color: rgb(118,97,119); }

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