#78725E

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

Shades of Pablo #78725E

Tints of Pablo #78725E

Color information

#78725E (or 0x78725E) is unknown color: approx Pablo. HEX triplet: 78, 72 and 5E. RGB value is (120,114,94). Sum of RGB (Red+Green+Blue) = 120+114+94=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725E is #878DA1. Grayscale: #717171. Windows color (decimal): -8883618 or 6189688. OLE color: 6189688.

HSL color Cylindrical-coordinate representation of color #78725E: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78725E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12011494-
CMYK00.050.220.53
HSL46.15º12.15%41.96%-
HSV(B)46.15º21.67%47.06%-
XYZ15.7816.8413.01-
YUV113.51116.99132.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=36.59%
G=34.76%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201149400.050.220.5346.1512.1541.96
Hex78725E0516352ec2a
Octal170162136052665561452
Binary1111000111001010111100101101101101011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78725E; }

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

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

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

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

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

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

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

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