#776966

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

Shades of Pharlap #776966

Tints of Pharlap #776966

Color information

#776966 (or 0x776966) is unknown color: approx Pharlap. HEX triplet: 77, 69 and 66. RGB value is (119,105,102). Sum of RGB (Red+Green+Blue) = 119+105+102=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776966 is #889699. Grayscale: #6C6C6C. Windows color (decimal): -8951450 or 6711671. OLE color: 6711671.

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

Color convert

RGB119105102-
CMYK00.120.140.53
HSL10.59º7.69%43.33%-
HSV(B)10.59º14.29%46.67%-
XYZ15.0614.9814.67-
YUV108.84124.14135.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=36.50%
G=32.21%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910510200.120.140.5310.597.6943.33
Hex7769660CE35b82b
Octal1671511460141665131053
Binary11101111101001110011001100111011010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776966; }

 p { color: rgb(119,105,102); }

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

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

 a { background-color: rgb(119,105,102); }

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

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

 span { border-color: rgb(119,105,102); }

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