#776E5C

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

Shades of Pablo #776E5C

Tints of Pablo #776E5C

Color information

#776E5C (or 0x776E5C) is unknown color: approx Pablo. HEX triplet: 77, 6E and 5C. RGB value is (119,110,92). Sum of RGB (Red+Green+Blue) = 119+110+92=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5C is #8891A3. Grayscale: #6E6E6E. Windows color (decimal): -8950180 or 6057591. OLE color: 6057591.

HSL color Cylindrical-coordinate representation of color #776E5C: hue angle of 40º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776E5C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11911092-
CMYK00.080.230.53
HSL40º12.8%41.37%-
HSV(B)40º22.69%46.67%-
XYZ15.1215.8512.39-
YUV110.64117.48133.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=37.07%
G=34.27%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191109200.080.230.534012.841.37
Hex776E5C08173528d29
Octal1671561340102765501551
Binary11101111101110101110001000101111101011010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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