#776F6E

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

Shades of Pharlap #776F6E

Tints of Pharlap #776F6E

Color information

#776F6E (or 0x776F6E) is unknown color: approx Pharlap. HEX triplet: 77, 6F and 6E. RGB value is (119,111,110). Sum of RGB (Red+Green+Blue) = 119+111+110=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F6E is #889091. Grayscale: #717171. Windows color (decimal): -8949906 or 7237495. OLE color: 7237495.

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

Color convert

RGB119111110-
CMYK00.070.080.53
HSL6.67º3.93%44.9%-
HSV(B)6.67º7.56%46.67%-
XYZ16.1116.4217.07-
YUV113.28126.15132.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=35%
G=32.65%
B=32.35%

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
Decimal11911111000.070.080.536.673.9344.9
Hex776F6E07835742d
Octal1671571560710657455
Binary11101111101111110111001111000110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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