#767476

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

Shades of Old Lavender #767476

Tints of Old Lavender #767476

Color information

#767476 (or 0x767476) is unknown color: approx Old Lavender. HEX triplet: 76, 74 and 76. RGB value is (118,116,118). Sum of RGB (Red+Green+Blue) = 118+116+118=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767476 is #898B89. Grayscale: #747474. Windows color (decimal): -9014154 or 7763062. OLE color: 7763062.

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

Color convert

RGB118116118-
CMYK00.0200.54
HSL300º0.85%45.88%-
HSV(B)300º1.69%46.27%-
XYZ16.9917.6519.65-
YUV116.83128.66128.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=33.52%
G=32.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811611800.0200.543000.8545.88
Hex7674760203612c12e
Octal16616416602066454156
Binary11101101110100111011001001101101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767476; }

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

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

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

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

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

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

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

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