#777061

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

Shades of Pablo #777061

Tints of Pablo #777061

Color information

#777061 (or 0x777061) is unknown color: approx Pablo. HEX triplet: 77, 70 and 61. RGB value is (119,112,97). Sum of RGB (Red+Green+Blue) = 119+112+97=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #777061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777061 is #888F9E. Grayscale: #707070. Windows color (decimal): -8949663 or 6385783. OLE color: 6385783.

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

Color convert

RGB11911297-
CMYK00.060.180.53
HSL40.91º10.19%42.35%-
HSV(B)40.91º18.49%46.67%-
XYZ15.5616.3713.65-
YUV112.38119.32132.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=36.28%
G=34.15%
B=29.57%

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
Decimal1191129700.060.180.5340.9110.1942.35
Hex77706106123529a2a
Octal167160141062265511252
Binary1110111111000011000010110100101101011010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777061; }

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

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

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

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

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

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

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

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