#776565

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

Shades of Pharlap #776565

Tints of Pharlap #776565

Color information

#776565 (or 0x776565) is unknown color: approx Pharlap. HEX triplet: 77, 65 and 65. RGB value is (119,101,101). Sum of RGB (Red+Green+Blue) = 119+101+101=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776565 is #889A9A. Grayscale: #6A6A6A. Windows color (decimal): -8952475 or 6645111. OLE color: 6645111.

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

Color convert

RGB119101101-
CMYK00.150.150.53
HSL8.18%43.14%-
HSV(B)15.13%46.67%-
XYZ14.6114.1714.28-
YUV106.38124.96137-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=37.07%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910110100.150.150.5308.1843.14
Hex7765650FF35082b
Octal167145145017176501053
Binary11101111100101110010101111111111010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776565; }

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

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

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

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

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

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

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

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