#767076

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

Shades of Old Lavender #767076

Tints of Old Lavender #767076

Color information

#767076 (or 0x767076) is unknown color: approx Old Lavender. HEX triplet: 76, 70 and 76. RGB value is (118,112,118). Sum of RGB (Red+Green+Blue) = 118+112+118=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767076 is #898F89. Grayscale: #727272. Windows color (decimal): -9015178 or 7762038. OLE color: 7762038.

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

Color convert

RGB118112118-
CMYK00.0500.54
HSL300º2.61%45.1%-
HSV(B)300º5.08%46.27%-
XYZ16.5416.7519.5-
YUV114.48129.99130.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811211800.0500.543002.6145.1
Hex7670760503612c32d
Octal16616016605066454355
Binary1110110111000011101100101011011010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767076; }

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

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

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

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

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

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

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

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