#786E5A

Color #786E5A Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #786E5A

Tints of Pablo #786E5A

Color information

#786E5A (or 0x786E5A) is unknown color: approx Pablo. HEX triplet: 78, 6E and 5A. RGB value is (120,110,90). Sum of RGB (Red+Green+Blue) = 120+110+90=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #786E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E5A is #8791A5. Grayscale: #6E6E6E. Windows color (decimal): -8884646 or 5926520. OLE color: 5926520.

HSL color Cylindrical-coordinate representation of color #786E5A: hue angle of 40º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786E5A is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB12011090-
CMYK00.080.250.53
HSL40º14.29%41.18%-
HSV(B)40º25%47.06%-
XYZ15.1715.8811.94-
YUV110.71116.31134.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=37.5%
G=34.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201109000.080.250.534014.2941.18
Hex786E5A08193528e29
Octal1701561320103165501651
Binary11110001101110101101001000110011101011010001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E5A; }

 p { color: rgb(120,110,90); }

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

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

 a { background-color: rgb(120,110,90); }

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

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

 span { border-color: rgb(120,110,90); }

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