#776462

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

Shades of Pharlap #776462

Tints of Pharlap #776462

Color information

#776462 (or 0x776462) is unknown color: approx Pharlap. HEX triplet: 77, 64 and 62. RGB value is (119,100,98). Sum of RGB (Red+Green+Blue) = 119+100+98=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776462 is #889B9D. Grayscale: #696969. Windows color (decimal): -8952734 or 6448247. OLE color: 6448247.

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

Color convert

RGB11910098-
CMYK00.160.180.53
HSL5.71º9.68%42.55%-
HSV(B)5.71º17.65%46.67%-
XYZ14.3713.9213.48-
YUV105.45123.79137.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=37.54%
G=31.55%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191009800.160.180.535.719.6842.55
Hex77646201012356a2b
Octal167144142020226561253
Binary111011111001001100010010000100101101011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776462; }

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

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

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

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

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

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

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

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