#776C6A

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

Shades of Pharlap #776C6A

Tints of Pharlap #776C6A

Color information

#776C6A (or 0x776C6A) is unknown color: approx Pharlap. HEX triplet: 77, 6C and 6A. RGB value is (119,108,106). Sum of RGB (Red+Green+Blue) = 119+108+106=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C6A is #889395. Grayscale: #6F6F6F. Windows color (decimal): -8950678 or 6974583. OLE color: 6974583.

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

Color convert

RGB119108106-
CMYK00.090.110.53
HSL9.23º5.78%44.12%-
HSV(B)9.23º10.92%46.67%-
XYZ15.5715.6915.84-
YUV111.06125.14133.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=35.74%
G=32.43%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910810600.090.110.539.235.7844.12
Hex776C6A09B35962c
Octal167154152011136511654
Binary1110111110110011010100100110111101011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,106); }

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

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

 a { background-color: rgb(119,108,106); }

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

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

 span { border-color: rgb(119,108,106); }

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