#776E5A

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

Shades of Pablo #776E5A

Tints of Pablo #776E5A

Color information

#776E5A (or 0x776E5A) is unknown color: approx Pablo. HEX triplet: 77, 6E and 5A. RGB value is (119,110,90). Sum of RGB (Red+Green+Blue) = 119+110+90=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5A is #8891A5. Grayscale: #6E6E6E. Windows color (decimal): -8950182 or 5926519. OLE color: 5926519.

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

Color convert

RGB11911090-
CMYK00.080.240.53
HSL41.38º13.88%40.98%-
HSV(B)41.38º24.37%46.67%-
XYZ15.0315.8111.93-
YUV110.41116.48134.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=37.30%
G=34.48%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191109000.080.240.5341.3813.8840.98
Hex776E5A08183529e29
Octal1671561320103065511651
Binary11101111101110101101001000110001101011010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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