#766D6B

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

Shades of Pharlap #766D6B

Tints of Pharlap #766D6B

Color information

#766D6B (or 0x766D6B) is unknown color: approx Pharlap. HEX triplet: 76, 6D and 6B. RGB value is (118,109,107). Sum of RGB (Red+Green+Blue) = 118+109+107=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6B is #899294. Grayscale: #6F6F6F. Windows color (decimal): -9015957 or 7040374. OLE color: 7040374.

HSL color Cylindrical-coordinate representation of color #766D6B: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766D6B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB118109107-
CMYK00.080.090.54
HSL10.91º4.89%44.12%-
HSV(B)10.91º9.32%46.27%-
XYZ15.5915.8516.15-
YUV111.46125.48132.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=35.33%
G=32.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810910700.080.090.5410.914.8944.12
Hex766D6B08936b52c
Octal166155153010116613554
Binary1110110110110111010110100010011101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D6B; }

 p { color: rgb(118,109,107); }

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

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

 a { background-color: rgb(118,109,107); }

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

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

 span { border-color: rgb(118,109,107); }

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