#787364

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

Shades of Pablo #787364

Tints of Pablo #787364

Color information

#787364 (or 0x787364) is unknown color: approx Pablo. HEX triplet: 78, 73 and 64. RGB value is (120,115,100). Sum of RGB (Red+Green+Blue) = 120+115+100=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787364 is #878C9B. Grayscale: #727272. Windows color (decimal): -8883356 or 6583160. OLE color: 6583160.

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

Color convert

RGB120115100-
CMYK00.040.170.53
HSL45º9.09%43.14%-
HSV(B)45º16.67%47.06%-
XYZ16.1817.1714.52-
YUV114.78119.66131.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=35.82%
G=34.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011510000.040.170.53459.0943.14
Hex7873640411352d92b
Octal170163144042165551153
Binary1111000111001111001000100100011101011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787364; }

 p { color: rgb(120,115,100); }

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

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

 a { background-color: rgb(120,115,100); }

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

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

 span { border-color: rgb(120,115,100); }

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