#786675

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

Shades of Old Lavender #786675

Tints of Old Lavender #786675

Color information

#786675 (or 0x786675) is unknown color: approx Old Lavender. HEX triplet: 78, 66 and 75. RGB value is (120,102,117). Sum of RGB (Red+Green+Blue) = 120+102+117=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786675 is #87998A. Grayscale: #6D6D6D. Windows color (decimal): -8886667 or 7693944. OLE color: 7693944.

HSL color Cylindrical-coordinate representation of color #786675: hue angle of 310º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786675 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120102117-
CMYK00.150.020.53
HSL310º8.11%43.53%-
HSV(B)310º15%47.06%-
XYZ15.7114.7818.85-
YUV109.09132.46135.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=35.40%
G=30.09%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010211700.150.020.533108.1143.53
Hex7866750F23513682c
Octal1701461650172654661054
Binary11110001100110111010101111101101011001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786675; }

 p { color: rgb(120,102,117); }

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

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

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

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

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

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

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