#767376

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

Shades of Old Lavender #767376

Tints of Old Lavender #767376

Color information

#767376 (or 0x767376) is unknown color: approx Old Lavender. HEX triplet: 76, 73 and 76. RGB value is (118,115,118). Sum of RGB (Red+Green+Blue) = 118+115+118=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767376 is #898C89. Grayscale: #747474. Windows color (decimal): -9014410 or 7762806. OLE color: 7762806.

HSL color Cylindrical-coordinate representation of color #767376: 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.03%. Process color model (Four color, CMYK) of #767376 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB118115118-
CMYK00.0300.54
HSL300º1.29%45.69%-
HSV(B)300º2.54%46.27%-
XYZ16.8717.4219.61-
YUV116.24128.99129.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=33.62%
G=32.76%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811511800.0300.543001.2945.69
Hex7673760303612c12e
Octal16616316603066454156
Binary11101101110011111011001101101101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767376; }

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

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

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

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

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

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

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

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