#7B745B

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

Shades of Pablo #7B745B

Tints of Pablo #7B745B

Color information

#7B745B (or 0x7B745B) is unknown color: approx Pablo. HEX triplet: 7B, 74 and 5B. RGB value is (123,116,91). Sum of RGB (Red+Green+Blue) = 123+116+91=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B745B is #848BA4. Grayscale: #737373. Windows color (decimal): -8686501 or 5993595. OLE color: 5993595.

HSL color Cylindrical-coordinate representation of color #7B745B: hue angle of 46.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B745B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB12311691-
CMYK00.060.260.52
HSL46.88º14.95%41.96%-
HSV(B)46.88º26.02%48.24%-
XYZ16.317.4612.41-
YUV115.24114.32133.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=37.27%
G=35.15%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231169100.060.260.5246.8814.9541.96
Hex7B745B061A342ff2a
Octal173164133063264571752
Binary1111011111010010110110110110101101001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B745B; }

 p { color: rgb(123,116,91); }

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

<style>
 a { background-color: #7B745B; }

 a { background-color: rgb(123,116,91); }

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

<style>
 span { border-color: #7B745B; }

 span { border-color: rgb(123,116,91); }

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