#77705B

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

Shades of Pablo #77705B

Tints of Pablo #77705B

Color information

#77705B (or 0x77705B) is unknown color: approx Pablo. HEX triplet: 77, 70 and 5B. RGB value is (119,112,91). Sum of RGB (Red+Green+Blue) = 119+112+91=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #77705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705B is #888FA4. Grayscale: #6F6F6F. Windows color (decimal): -8949669 or 5992567. OLE color: 5992567.

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

Color convert

RGB11911291-
CMYK00.060.240.53
HSL45º13.33%41.18%-
HSV(B)45º23.53%46.67%-
XYZ15.2916.2712.23-
YUV111.7116.32133.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=36.96%
G=34.78%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191129100.060.240.534513.3341.18
Hex77705B0618352dd29
Octal167160133063065551551
Binary1110111111000010110110110110001101011011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77705B; }

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

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

<style>
 a { background-color: #77705B; }

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

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

<style>
 span { border-color: #77705B; }

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

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