#766B6A

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

Shades of Pharlap #766B6A

Tints of Pharlap #766B6A

Color information

#766B6A (or 0x766B6A) is unknown color: approx Pharlap. HEX triplet: 76, 6B and 6A. RGB value is (118,107,106). Sum of RGB (Red+Green+Blue) = 118+107+106=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B6A is #899495. Grayscale: #6E6E6E. Windows color (decimal): -9016470 or 6974326. OLE color: 6974326.

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

Color convert

RGB118107106-
CMYK00.090.100.54
HSL5.36%43.92%-
HSV(B)10.17%46.27%-
XYZ15.3315.4115.8-
YUV110.18125.64133.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=35.65%
G=32.33%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810710600.090.100.5455.3643.92
Hex766B6A09A36552c
Octal16615315201112665554
Binary111011011010111101010010011010110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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