#766A69

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

Shades of Pharlap #766A69

Tints of Pharlap #766A69

Color information

#766A69 (or 0x766A69) is unknown color: approx Pharlap. HEX triplet: 76, 6A and 69. RGB value is (118,106,105). Sum of RGB (Red+Green+Blue) = 118+106+105=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A69 is #899596. Grayscale: #6D6D6D. Windows color (decimal): -9016727 or 6908534. OLE color: 6908534.

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

Color convert

RGB118106105-
CMYK00.100.110.54
HSL4.62º5.83%43.73%-
HSV(B)4.62º11.02%46.27%-
XYZ15.1815.1815.49-
YUV109.47125.48134.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=35.87%
G=32.22%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810610500.100.110.544.625.8343.73
Hex766A690AB36562c
Octal16615215101213665654
Binary111011011010101101001010101011110110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,105); }

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

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

 a { background-color: rgb(118,106,105); }

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

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

 span { border-color: rgb(118,106,105); }

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