#766377

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

Shades of Old Lavender #766377

Tints of Old Lavender #766377

Color information

#766377 (or 0x766377) is unknown color: approx Old Lavender. HEX triplet: 76, 63 and 77. RGB value is (118,99,119). Sum of RGB (Red+Green+Blue) = 118+99+119=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #766377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766377 is #899C88. Grayscale: #6A6A6A. Windows color (decimal): -9018505 or 7824246. OLE color: 7824246.

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

Color convert

RGB11899119-
CMYK0.010.1700.53
HSL297º9.17%42.75%-
HSV(B)297º16.81%46.67%-
XYZ15.2614.1119.37-
YUV106.96134.79135.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=35.12%
G=29.46%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118991190.010.1700.532979.1742.75
Hex76637711103512992b
Octal1661431671210654511153
Binary11101101100011111011111000101101011001010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766377; }

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

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

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

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

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

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

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

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