#766775

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

Shades of Old Lavender #766775

Tints of Old Lavender #766775

Color information

#766775 (or 0x766775) is unknown color: approx Old Lavender. HEX triplet: 76, 67 and 75. RGB value is (118,103,117). Sum of RGB (Red+Green+Blue) = 118+103+117=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766775 is #89988A. Grayscale: #6D6D6D. Windows color (decimal): -9017483 or 7694198. OLE color: 7694198.

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

Color convert

RGB118103117-
CMYK00.130.010.54
HSL304º6.79%43.33%-
HSV(B)304º12.71%46.27%-
XYZ15.5314.8418.87-
YUV109.08132.47134.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=34.91%
G=30.47%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810311700.130.010.543046.7943.33
Hex7667750D13613072b
Octal166147165015166460753
Binary111011011001111110101011011110110100110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766775; }

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

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

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

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

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

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

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

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