#776765

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

Shades of Pharlap #776765

Tints of Pharlap #776765

Color information

#776765 (or 0x776765) is unknown color: approx Pharlap. HEX triplet: 77, 67 and 65. RGB value is (119,103,101). Sum of RGB (Red+Green+Blue) = 119+103+101=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776765 is #88989A. Grayscale: #6B6B6B. Windows color (decimal): -8951963 or 6645623. OLE color: 6645623.

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

Color convert

RGB119103101-
CMYK00.130.150.53
HSL6.67º8.18%43.14%-
HSV(B)6.67º15.13%46.67%-
XYZ14.8114.5614.34-
YUV107.56124.3136.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=36.84%
G=31.89%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910310100.130.150.536.678.1843.14
Hex7767650DF35782b
Octal167147145015176571053
Binary1110111110011111001010110111111101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776765; }

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

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

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

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

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

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

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

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