#776C6B

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

Shades of Pharlap #776C6B

Tints of Pharlap #776C6B

Color information

#776C6B (or 0x776C6B) is unknown color: approx Pharlap. HEX triplet: 77, 6C and 6B. RGB value is (119,108,107). Sum of RGB (Red+Green+Blue) = 119+108+107=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6B is #889394. Grayscale: #6F6F6F. Windows color (decimal): -8950677 or 7040119. OLE color: 7040119.

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

Color convert

RGB119108107-
CMYK00.090.100.53
HSL5.31%44.31%-
HSV(B)10.08%46.67%-
XYZ15.6215.7116.12-
YUV111.17125.64133.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=35.63%
G=32.34%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910810700.090.100.5355.3144.31
Hex776C6B09A35552c
Octal16715415301112655554
Binary111011111011001101011010011010110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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