#766F6D

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

Shades of Pharlap #766F6D

Tints of Pharlap #766F6D

Color information

#766F6D (or 0x766F6D) is unknown color: approx Pharlap. HEX triplet: 76, 6F and 6D. RGB value is (118,111,109). Sum of RGB (Red+Green+Blue) = 118+111+109=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6D is #899092. Grayscale: #707070. Windows color (decimal): -9015443 or 7171958. OLE color: 7171958.

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

Color convert

RGB118111109-
CMYK00.060.080.54
HSL13.33º3.96%44.51%-
HSV(B)13.33º7.63%46.27%-
XYZ15.9216.3216.78-
YUV112.86125.82131.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=34.91%
G=32.84%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811110900.060.080.5413.333.9644.51
Hex766F6D06836d42d
Octal16615715506106615455
Binary111011011011111101101011010001101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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