#776665

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

Shades of Pharlap #776665

Tints of Pharlap #776665

Color information

#776665 (or 0x776665) is unknown color: approx Pharlap. HEX triplet: 77, 66 and 65. RGB value is (119,102,101). Sum of RGB (Red+Green+Blue) = 119+102+101=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776665 is #88999A. Grayscale: #6A6A6A. Windows color (decimal): -8952219 or 6645367. OLE color: 6645367.

HSL color Cylindrical-coordinate representation of color #776665: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776665 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB119102101-
CMYK00.140.150.53
HSL3.33º8.18%43.14%-
HSV(B)3.33º15.13%46.67%-
XYZ14.7114.3614.31-
YUV106.97124.63136.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=36.96%
G=31.68%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910210100.140.150.533.338.1843.14
Hex7766650EF35382b
Octal167146145016176531053
Binary111011111001101100101011101111110101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776665; }

 p { color: rgb(119,102,101); }

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

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

 a { background-color: rgb(119,102,101); }

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

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

 span { border-color: rgb(119,102,101); }

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