#787162

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

Shades of Pablo #787162

Tints of Pablo #787162

Color information

#787162 (or 0x787162) is unknown color: approx Pablo. HEX triplet: 78, 71 and 62. RGB value is (120,113,98). Sum of RGB (Red+Green+Blue) = 120+113+98=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #787162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787162 is #878E9D. Grayscale: #717171. Windows color (decimal): -8883870 or 6451576. OLE color: 6451576.

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

Color convert

RGB12011398-
CMYK00.060.180.53
HSL40.91º10.09%42.75%-
HSV(B)40.91º18.33%47.06%-
XYZ15.8616.6913.94-
YUV113.38119.32132.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=36.25%
G=34.14%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201139800.060.180.5340.9110.0942.75
Hex78716206123529a2b
Octal170161142062265511253
Binary1111000111000111000100110100101101011010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787162; }

 p { color: rgb(120,113,98); }

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

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

 a { background-color: rgb(120,113,98); }

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

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

 span { border-color: rgb(120,113,98); }

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