#766D5B

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

Shades of Pablo #766D5B

Tints of Pablo #766D5B

Color information

#766D5B (or 0x766D5B) is unknown color: approx Pablo. HEX triplet: 76, 6D and 5B. RGB value is (118,109,91). Sum of RGB (Red+Green+Blue) = 118+109+91=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D5B is #8992A4. Grayscale: #6D6D6D. Windows color (decimal): -9015973 or 5991798. OLE color: 5991798.

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

Color convert

RGB11810991-
CMYK00.080.230.54
HSL40º12.92%40.98%-
HSV(B)40º22.88%46.27%-
XYZ14.8315.5412.12-
YUV109.64117.48133.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=37.11%
G=34.28%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181099100.080.230.544012.9240.98
Hex766D5B08173628d29
Octal1661551330102766501551
Binary11101101101101101101101000101111101101010001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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