#776B69

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

Shades of Pharlap #776B69

Tints of Pharlap #776B69

Color information

#776B69 (or 0x776B69) is unknown color: approx Pharlap. HEX triplet: 77, 6B and 69. RGB value is (119,107,105). Sum of RGB (Red+Green+Blue) = 119+107+105=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B69 is #889496. Grayscale: #6E6E6E. Windows color (decimal): -8950935 or 6908791. OLE color: 6908791.

HSL color Cylindrical-coordinate representation of color #776B69: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776B69 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB119107105-
CMYK00.100.120.53
HSL8.57º6.25%43.92%-
HSV(B)8.57º11.76%46.67%-
XYZ15.4215.4615.54-
YUV110.36124.98134.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=35.95%
G=32.33%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910710500.100.120.538.576.2543.92
Hex776B690AC35962c
Octal167153151012146511654
Binary1110111110101111010010101011001101011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B69; }

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

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

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

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

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

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

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

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