#77715B

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

Shades of Pablo #77715B

Tints of Pablo #77715B

Color information

#77715B (or 0x77715B) is unknown color: approx Pablo. HEX triplet: 77, 71 and 5B. RGB value is (119,113,91). Sum of RGB (Red+Green+Blue) = 119+113+91=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #77715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77715B is #888EA4. Grayscale: #707070. Windows color (decimal): -8949413 or 5992823. OLE color: 5992823.

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

Color convert

RGB11911391-
CMYK00.050.240.53
HSL47.14º13.33%41.18%-
HSV(B)47.14º23.53%46.67%-
XYZ15.416.4912.27-
YUV112.29115.99132.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=36.84%
G=34.98%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191139100.050.240.5347.1413.3341.18
Hex77715B0518352fd29
Octal167161133053065571551
Binary1110111111000110110110101110001101011011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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