#776F5E

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

Shades of Pablo #776F5E

Tints of Pablo #776F5E

Color information

#776F5E (or 0x776F5E) is unknown color: approx Pablo. HEX triplet: 77, 6F and 5E. RGB value is (119,111,94). Sum of RGB (Red+Green+Blue) = 119+111+94=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F5E is #8890A1. Grayscale: #6F6F6F. Windows color (decimal): -8949922 or 6188919. OLE color: 6188919.

HSL color Cylindrical-coordinate representation of color #776F5E: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776F5E is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11911194-
CMYK00.070.210.53
HSL40.8º11.74%41.76%-
HSV(B)40.8º21.01%46.67%-
XYZ15.3116.112.89-
YUV111.45118.15133.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=36.73%
G=34.26%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191119400.070.210.5340.811.7441.76
Hex776F5E07153529c2a
Octal167157136072565511452
Binary1110111110111110111100111101011101011010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F5E; }

 p { color: rgb(119,111,94); }

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

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

 a { background-color: rgb(119,111,94); }

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

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

 span { border-color: rgb(119,111,94); }

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