#786175

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

Shades of Old Lavender #786175

Tints of Old Lavender #786175

Color information

#786175 (or 0x786175) is unknown color: approx Old Lavender. HEX triplet: 78, 61 and 75. RGB value is (120,97,117). Sum of RGB (Red+Green+Blue) = 120+97+117=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786175 is #879E8A. Grayscale: #6A6A6A. Windows color (decimal): -8887947 or 7692664. OLE color: 7692664.

HSL color Cylindrical-coordinate representation of color #786175: hue angle of 307.83º 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 #786175 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12097117-
CMYK00.190.020.53
HSL307.83º10.6%42.55%-
HSV(B)307.83º19.17%47.06%-
XYZ15.2313.8318.7-
YUV106.16134.12137.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=35.93%
G=29.04%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711700.190.020.53307.8310.642.55
Hex786175013235134b2b
Octal1701411650232654641353
Binary111100011000011110101010011101101011001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786175; }

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

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

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

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

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

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

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

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