#786172

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

Shades of Old Lavender #786172

Tints of Old Lavender #786172

Color information

#786172 (or 0x786172) is unknown color: approx Old Lavender. HEX triplet: 78, 61 and 72. RGB value is (120,97,114). Sum of RGB (Red+Green+Blue) = 120+97+114=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786172 is #879E8D. Grayscale: #696969. Windows color (decimal): -8887950 or 7496056. OLE color: 7496056.

HSL color Cylindrical-coordinate representation of color #786172: hue angle of 315.65º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786172 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12097114-
CMYK00.190.050.53
HSL315.65º10.6%42.55%-
HSV(B)315.65º19.17%47.06%-
XYZ15.0613.7617.78-
YUV105.81132.62138.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=36.25%
G=29.31%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711400.190.050.53315.6510.642.55
Hex78617201353513cb2b
Octal1701411620235654741353
Binary1111000110000111100100100111011101011001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786172; }

 p { color: rgb(120,97,114); }

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

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

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

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

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

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

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