#766374

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

Shades of Old Lavender #766374

Tints of Old Lavender #766374

Color information

#766374 (or 0x766374) is unknown color: approx Old Lavender. HEX triplet: 76, 63 and 74. RGB value is (118,99,116). Sum of RGB (Red+Green+Blue) = 118+99+116=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766374 is #899C8B. Grayscale: #6A6A6A. Windows color (decimal): -9018508 or 7627638. OLE color: 7627638.

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

Color convert

RGB11899116-
CMYK00.160.020.54
HSL306.32º8.76%42.55%-
HSV(B)306.32º16.1%46.27%-
XYZ15.0914.0418.44-
YUV106.62133.29136.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=35.44%
G=29.73%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189911600.160.020.54306.328.7642.55
Hex76637401023613292b
Octal1661431640202664621153
Binary111011011000111110100010000101101101001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766374; }

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

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

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

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

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

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

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

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