#776F6D

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

Shades of Pharlap #776F6D

Tints of Pharlap #776F6D

Color information

#776F6D (or 0x776F6D) is unknown color: approx Pharlap. HEX triplet: 77, 6F and 6D. RGB value is (119,111,109). Sum of RGB (Red+Green+Blue) = 119+111+109=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6D is #889092. Grayscale: #717171. Windows color (decimal): -8949907 or 7171959. OLE color: 7171959.

HSL color Cylindrical-coordinate representation of color #776F6D: hue angle of 12º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #776F6D is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119111109-
CMYK00.070.080.53
HSL12º4.39%44.71%-
HSV(B)12º8.4%46.67%-
XYZ16.0516.3916.79-
YUV113.16125.65132.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=35.10%
G=32.74%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911110900.070.080.53124.3944.71
Hex776F6D07835c42d
Octal16715715507106514455
Binary111011111011111101101011110001101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,109); }

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

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

 a { background-color: rgb(119,111,109); }

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

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

 span { border-color: rgb(119,111,109); }

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