#767276

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

Shades of Old Lavender #767276

Tints of Old Lavender #767276

Color information

#767276 (or 0x767276) is unknown color: approx Old Lavender. HEX triplet: 76, 72 and 76. RGB value is (118,114,118). Sum of RGB (Red+Green+Blue) = 118+114+118=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #767276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767276 is #898D89. Grayscale: #737373. Windows color (decimal): -9014666 or 7762550. OLE color: 7762550.

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

Color convert

RGB118114118-
CMYK00.0300.54
HSL300º1.72%45.49%-
HSV(B)300º3.39%46.27%-
XYZ16.7617.1919.58-
YUV115.65129.33129.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=33.71%
G=32.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411800.0300.543001.7245.49
Hex7672760303612c22d
Octal16616216603066454255
Binary111011011100101110110011011011010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767276; }

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

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

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

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

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

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

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

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