#766F5A

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

Shades of Pablo #766F5A

Tints of Pablo #766F5A

Color information

#766F5A (or 0x766F5A) is unknown color: approx Pablo. HEX triplet: 76, 6F and 5A. RGB value is (118,111,90). Sum of RGB (Red+Green+Blue) = 118+111+90=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F5A is #8990A5. Grayscale: #6E6E6E. Windows color (decimal): -9015462 or 5926774. OLE color: 5926774.

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

Color convert

RGB11811190-
CMYK00.060.240.54
HSL45º13.46%40.78%-
HSV(B)45º23.73%46.27%-
XYZ1515.9611.96-
YUV110.7116.32133.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=36.99%
G=34.80%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181119000.060.240.544513.4640.78
Hex766F5A0618362dd29
Octal166157132063066551551
Binary1110110110111110110100110110001101101011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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