#776261

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

Shades of Pharlap #776261

Tints of Pharlap #776261

Color information

#776261 (or 0x776261) is unknown color: approx Pharlap. HEX triplet: 77, 62 and 61. RGB value is (119,98,97). Sum of RGB (Red+Green+Blue) = 119+98+97=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776261 is #889D9E. Grayscale: #686868. Windows color (decimal): -8953247 or 6382199. OLE color: 6382199.

HSL color Cylindrical-coordinate representation of color #776261: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #776261 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1199897-
CMYK00.180.180.53
HSL2.73º10.19%42.35%-
HSV(B)2.73º18.49%46.67%-
XYZ14.1313.5213.17-
YUV104.16123.96138.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=37.90%
G=31.21%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119989700.180.180.532.7310.1942.35
Hex77626101212353a2a
Octal167142141022226531252
Binary11101111100010110000101001010010110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776261; }

 p { color: rgb(119,98,97); }

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

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

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

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

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

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

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