#777161

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

Shades of Pablo #777161

Tints of Pablo #777161

Color information

#777161 (or 0x777161) is unknown color: approx Pablo. HEX triplet: 77, 71 and 61. RGB value is (119,113,97). Sum of RGB (Red+Green+Blue) = 119+113+97=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #777161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777161 is #888E9E. Grayscale: #717171. Windows color (decimal): -8949407 or 6386039. OLE color: 6386039.

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

Color convert

RGB11911397-
CMYK00.050.180.53
HSL43.64º10.19%42.35%-
HSV(B)43.64º18.49%46.67%-
XYZ15.6716.613.69-
YUV112.97118.99132.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=36.17%
G=34.35%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191139700.050.180.5343.6410.1942.35
Hex7771610512352ca2a
Octal167161141052265541252
Binary1110111111000111000010101100101101011011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777161; }

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

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

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

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

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

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

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

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