#78725B

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

Shades of Pablo #78725B

Tints of Pablo #78725B

Color information

#78725B (or 0x78725B) is unknown color: approx Pablo. HEX triplet: 78, 72 and 5B. RGB value is (120,114,91). Sum of RGB (Red+Green+Blue) = 120+114+91=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725B is #878DA4. Grayscale: #717171. Windows color (decimal): -8883621 or 5993080. OLE color: 5993080.

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

Color convert

RGB12011491-
CMYK00.050.240.53
HSL47.59º13.74%41.37%-
HSV(B)47.59º24.17%47.06%-
XYZ15.6516.7812.31-
YUV113.17115.49132.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 91 (35.94% from 255) = 28%
R=36.92%
G=35.08%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201149100.050.240.5347.5913.7441.37
Hex78725B05183530e29
Octal170162133053065601651
Binary1111000111001010110110101110001101011100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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