#776F5A

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

Shades of Pablo #776F5A

Tints of Pablo #776F5A

Color information

#776F5A (or 0x776F5A) is unknown color: approx Pablo. HEX triplet: 77, 6F and 5A. RGB value is (119,111,90). Sum of RGB (Red+Green+Blue) = 119+111+90=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F5A is #8890A5. Grayscale: #6F6F6F. Windows color (decimal): -8949926 or 5926775. OLE color: 5926775.

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

Color convert

RGB11911190-
CMYK00.070.240.53
HSL43.45º13.88%40.98%-
HSV(B)43.45º24.37%46.67%-
XYZ15.1416.0311.97-
YUV111116.15133.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=37.19%
G=34.69%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191119000.070.240.5343.4513.8840.98
Hex776F5A0718352be29
Octal167157132073065531651
Binary1110111110111110110100111110001101011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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