#776E6D

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

Shades of Pharlap #776E6D

Tints of Pharlap #776E6D

Color information

#776E6D (or 0x776E6D) is unknown color: approx Pharlap. HEX triplet: 77, 6E and 6D. RGB value is (119,110,109). Sum of RGB (Red+Green+Blue) = 119+110+109=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E6D is #889192. Grayscale: #707070. Windows color (decimal): -8950163 or 7171703. OLE color: 7171703.

HSL color Cylindrical-coordinate representation of color #776E6D: hue angle of 6º 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 #776E6D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB119110109-
CMYK00.080.080.53
HSL4.39%44.71%-
HSV(B)8.4%46.67%-
XYZ15.9416.1816.75-
YUV112.58125.98132.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=35.21%
G=32.54%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911010900.080.080.5364.3944.71
Hex776E6D08835642d
Octal16715615501010656455
Binary111011111011101101101010001000110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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