#776E5E

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

Shades of Pablo #776E5E

Tints of Pablo #776E5E

Color information

#776E5E (or 0x776E5E) is unknown color: approx Pablo. HEX triplet: 77, 6E and 5E. RGB value is (119,110,94). Sum of RGB (Red+Green+Blue) = 119+110+94=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5E is #8891A1. Grayscale: #6E6E6E. Windows color (decimal): -8950178 or 6188663. OLE color: 6188663.

HSL color Cylindrical-coordinate representation of color #776E5E: hue angle of 38.4º 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 #776E5E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11911094-
CMYK00.080.210.53
HSL38.4º11.74%41.76%-
HSV(B)38.4º21.01%46.67%-
XYZ15.215.8812.85-
YUV110.87118.48133.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=36.84%
G=34.06%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191109400.080.210.5338.411.7441.76
Hex776E5E08153526c2a
Octal1671561360102565461452
Binary11101111101110101111001000101011101011001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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