#776D6C

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

Shades of Pharlap #776D6C

Tints of Pharlap #776D6C

Color information

#776D6C (or 0x776D6C) is unknown color: approx Pharlap. HEX triplet: 77, 6D and 6C. RGB value is (119,109,108). Sum of RGB (Red+Green+Blue) = 119+109+108=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D6C is #889293. Grayscale: #6F6F6F. Windows color (decimal): -8950420 or 7105911. OLE color: 7105911.

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

Color convert

RGB119109108-
CMYK00.080.090.53
HSL5.45º4.85%44.51%-
HSV(B)5.45º9.24%46.67%-
XYZ15.7815.9416.43-
YUV111.88125.81133.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=35.42%
G=32.44%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910910800.080.090.535.454.8544.51
Hex776D6C08935552d
Octal16715515401011655555
Binary111011111011011101100010001001110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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