#766475

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

Shades of Old Lavender #766475

Tints of Old Lavender #766475

Color information

#766475 (or 0x766475) is unknown color: approx Old Lavender. HEX triplet: 76, 64 and 75. RGB value is (118,100,117). Sum of RGB (Red+Green+Blue) = 118+100+117=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766475 is #899B8A. Grayscale: #6B6B6B. Windows color (decimal): -9018251 or 7693430. OLE color: 7693430.

HSL color Cylindrical-coordinate representation of color #766475: hue angle of 303.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766475 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB118100117-
CMYK00.150.010.54
HSL303.33º8.26%42.75%-
HSV(B)303.33º15.25%46.27%-
XYZ15.2414.2518.78-
YUV107.32133.46135.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=35.22%
G=29.85%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810011700.150.010.54303.338.2642.75
Hex7664750F13612f82b
Octal1661441650171664571053
Binary1110110110010011101010111111101101001011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766475; }

 p { color: rgb(118,100,117); }

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

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

 a { background-color: rgb(118,100,117); }

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

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

 span { border-color: rgb(118,100,117); }

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