#776C58

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

Shades of Pablo #776C58

Tints of Pablo #776C58

Color information

#776C58 (or 0x776C58) is unknown color: approx Pablo. HEX triplet: 77, 6C and 58. RGB value is (119,108,88). Sum of RGB (Red+Green+Blue) = 119+108+88=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C58 is #8893A7. Grayscale: #6D6D6D. Windows color (decimal): -8950696 or 5794935. OLE color: 5794935.

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

Color convert

RGB11910888-
CMYK00.090.260.53
HSL38.71º14.98%40.59%-
HSV(B)38.71º26.05%46.67%-
XYZ14.7315.3511.42-
YUV109.01116.14135.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=37.78%
G=34.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191088800.090.260.5338.7114.9840.59
Hex776C58091A3527f29
Octal1671541300113265471751
Binary11101111101100101100001001110101101011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,88); }

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

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

 a { background-color: rgb(119,108,88); }

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

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

 span { border-color: rgb(119,108,88); }

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