#776E5B

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

Shades of Pablo #776E5B

Tints of Pablo #776E5B

Color information

#776E5B (or 0x776E5B) is unknown color: approx Pablo. HEX triplet: 77, 6E and 5B. RGB value is (119,110,91). Sum of RGB (Red+Green+Blue) = 119+110+91=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5B is #8891A4. Grayscale: #6E6E6E. Windows color (decimal): -8950181 or 5992055. OLE color: 5992055.

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

Color convert

RGB11911091-
CMYK00.080.240.53
HSL40.71º13.33%41.18%-
HSV(B)40.71º23.53%46.67%-
XYZ15.0715.8312.16-
YUV110.52116.98134.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=37.19%
G=34.38%
B=28.44%

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
Decimal1191109100.080.240.5340.7113.3341.18
Hex776E5B08183529d29
Octal1671561330103065511551
Binary11101111101110101101101000110001101011010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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