#767576

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

Shades of Old Lavender #767576

Tints of Old Lavender #767576

Color information

#767576 (or 0x767576) is unknown color: approx Old Lavender. HEX triplet: 76, 75 and 76. RGB value is (118,117,118). Sum of RGB (Red+Green+Blue) = 118+117+118=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767576 is #898A89. Grayscale: #757575. Windows color (decimal): -9013898 or 7763318. OLE color: 7763318.

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

Color convert

RGB118117118-
CMYK00.0100.54
HSL300º0.43%46.08%-
HSV(B)300º0.85%46.27%-
XYZ17.117.8819.69-
YUV117.41128.33128.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=33.43%
G=33.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711800.0100.543000.4346.08
Hex7675760103612c02e
Octal16616516601066454056
Binary1110110111010111101100101101101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767576; }

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

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

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

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

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

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

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

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