#77715D

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

Shades of Pablo #77715D

Tints of Pablo #77715D

Color information

#77715D (or 0x77715D) is unknown color: approx Pablo. HEX triplet: 77, 71 and 5D. RGB value is (119,113,93). Sum of RGB (Red+Green+Blue) = 119+113+93=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77715D is #888EA2. Grayscale: #707070. Windows color (decimal): -8949411 or 6123895. OLE color: 6123895.

HSL color Cylindrical-coordinate representation of color #77715D: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77715D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11911393-
CMYK00.050.220.53
HSL46.15º12.26%41.57%-
HSV(B)46.15º21.85%46.67%-
XYZ15.4916.5212.73-
YUV112.51116.99132.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=36.62%
G=34.77%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191139300.050.220.5346.1512.2641.57
Hex77715D0516352ec2a
Octal167161135052665561452
Binary1110111111000110111010101101101101011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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