#787061

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

Shades of Pablo #787061

Tints of Pablo #787061

Color information

#787061 (or 0x787061) is unknown color: approx Pablo. HEX triplet: 78, 70 and 61. RGB value is (120,112,97). Sum of RGB (Red+Green+Blue) = 120+112+97=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #787061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787061 is #878F9E. Grayscale: #707070. Windows color (decimal): -8884127 or 6385784. OLE color: 6385784.

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

Color convert

RGB12011297-
CMYK00.070.190.53
HSL39.13º10.6%42.55%-
HSV(B)39.13º19.17%47.06%-
XYZ15.716.4413.66-
YUV112.68119.15133.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=36.47%
G=34.04%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201129700.070.190.5339.1310.642.55
Hex78706107133527b2b
Octal170160141072365471353
Binary1111000111000011000010111100111101011001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787061; }

 p { color: rgb(120,112,97); }

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

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

 a { background-color: rgb(120,112,97); }

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

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

 span { border-color: rgb(120,112,97); }

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