#77705F

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

Shades of Pablo #77705F

Tints of Pablo #77705F

Color information

#77705F (or 0x77705F) is unknown color: approx Pablo. HEX triplet: 77, 70 and 5F. RGB value is (119,112,95). Sum of RGB (Red+Green+Blue) = 119+112+95=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #77705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77705F is #888FA0. Grayscale: #707070. Windows color (decimal): -8949665 or 6254711. OLE color: 6254711.

HSL color Cylindrical-coordinate representation of color #77705F: hue angle of 42.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77705F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11911295-
CMYK00.060.200.53
HSL42.5º11.21%41.96%-
HSV(B)42.5º20.17%46.67%-
XYZ15.4716.3413.16-
YUV112.15118.32132.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=36.50%
G=34.36%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191129500.060.200.5342.511.2141.96
Hex77705F0614352ab2a
Octal167160137062465521352
Binary1110111111000010111110110101001101011010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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