#787366

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

Shades of Pablo #787366

Tints of Pablo #787366

Color information

#787366 (or 0x787366) is unknown color: approx Pablo. HEX triplet: 78, 73 and 66. RGB value is (120,115,102). Sum of RGB (Red+Green+Blue) = 120+115+102=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787366 is #878C99. Grayscale: #737373. Windows color (decimal): -8883354 or 6714232. OLE color: 6714232.

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

Color convert

RGB120115102-
CMYK00.040.150.53
HSL43.33º8.11%43.53%-
HSV(B)43.33º15%47.06%-
XYZ16.2717.2115.04-
YUV115.01120.66131.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=35.61%
G=34.12%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011510200.040.150.5343.338.1143.53
Hex78736604F352b82c
Octal170163146041765531054
Binary111100011100111100110010011111101011010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787366; }

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

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

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

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

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

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

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

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