#78725A

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

Shades of Pablo #78725A

Tints of Pablo #78725A

Color information

#78725A (or 0x78725A) is unknown color: approx Pablo. HEX triplet: 78, 72 and 5A. RGB value is (120,114,90). Sum of RGB (Red+Green+Blue) = 120+114+90=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78725A is #878DA5. Grayscale: #717171. Windows color (decimal): -8883622 or 5927544. OLE color: 5927544.

HSL color Cylindrical-coordinate representation of color #78725A: hue angle of 48º 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 #78725A is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB12011490-
CMYK00.050.250.53
HSL48º14.29%41.18%-
HSV(B)48º25%47.06%-
XYZ15.6116.7712.09-
YUV113.06114.99132.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=37.04%
G=35.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201149000.050.250.534814.2941.18
Hex78725A05193530e29
Octal170162132053165601651
Binary1111000111001010110100101110011101011100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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