#776361

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

Shades of Pharlap #776361

Tints of Pharlap #776361

Color information

#776361 (or 0x776361) is unknown color: approx Pharlap. HEX triplet: 77, 63 and 61. RGB value is (119,99,97). Sum of RGB (Red+Green+Blue) = 119+99+97=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776361 is #889C9E. Grayscale: #686868. Windows color (decimal): -8952991 or 6382455. OLE color: 6382455.

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

Color convert

RGB1199997-
CMYK00.170.180.53
HSL5.45º10.19%42.35%-
HSV(B)5.45º18.49%46.67%-
XYZ14.2313.7113.21-
YUV104.75123.63138.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=37.78%
G=31.43%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119999700.170.180.535.4510.1942.35
Hex77636101112355a2a
Octal167143141021226551252
Binary111011111000111100001010001100101101011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776361; }

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

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

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

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

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

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

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

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