#766F5B

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

Shades of Pablo #766F5B

Tints of Pablo #766F5B

Color information

#766F5B (or 0x766F5B) is unknown color: approx Pablo. HEX triplet: 76, 6F and 5B. RGB value is (118,111,91). Sum of RGB (Red+Green+Blue) = 118+111+91=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5B is #8990A4. Grayscale: #6E6E6E. Windows color (decimal): -9015461 or 5992310. OLE color: 5992310.

HSL color Cylindrical-coordinate representation of color #766F5B: hue angle of 44.44º 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 #766F5B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11811191-
CMYK00.060.230.54
HSL44.44º12.92%40.98%-
HSV(B)44.44º22.88%46.27%-
XYZ15.0415.9812.19-
YUV110.81116.82133.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=36.88%
G=34.69%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181119100.060.230.5444.4412.9240.98
Hex766F5B0617362cd29
Octal166157133062766541551
Binary1110110110111110110110110101111101101011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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