#787265

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

Shades of Pablo #787265

Tints of Pablo #787265

Color information

#787265 (or 0x787265) is unknown color: approx Pablo. HEX triplet: 78, 72 and 65. RGB value is (120,114,101). Sum of RGB (Red+Green+Blue) = 120+114+101=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787265 is #878D9A. Grayscale: #727272. Windows color (decimal): -8883611 or 6648440. OLE color: 6648440.

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

Color convert

RGB120114101-
CMYK00.050.160.53
HSL41.05º8.6%43.33%-
HSV(B)41.05º15.83%47.06%-
XYZ16.1116.9714.74-
YUV114.31120.49132.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=35.82%
G=34.03%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011410100.050.160.5341.058.643.33
Hex7872650510352992b
Octal170162145052065511153
Binary1111000111001011001010101100001101011010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787265; }

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

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

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

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

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

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

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

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