#776362

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

Shades of Pharlap #776362

Tints of Pharlap #776362

Color information

#776362 (or 0x776362) is unknown color: approx Pharlap. HEX triplet: 77, 63 and 62. RGB value is (119,99,98). Sum of RGB (Red+Green+Blue) = 119+99+98=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776362 is #889C9D. Grayscale: #686868. Windows color (decimal): -8952990 or 6447991. OLE color: 6447991.

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

Color convert

RGB1199998-
CMYK00.170.180.53
HSL2.86º9.68%42.55%-
HSV(B)2.86º17.65%46.67%-
XYZ14.2713.7313.45-
YUV104.87124.13138.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=37.66%
G=31.33%
B=31.01%

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
Decimal119999800.170.180.532.869.6842.55
Hex77636201112353a2b
Octal167143142021226531253
Binary11101111100011110001001000110010110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776362; }

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

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

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

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

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

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

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

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