#7C745B

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

Shades of Pablo #7C745B

Tints of Pablo #7C745B

Color information

#7C745B (or 0x7C745B) is unknown color: approx Pablo. HEX triplet: 7C, 74 and 5B. RGB value is (124,116,91). Sum of RGB (Red+Green+Blue) = 124+116+91=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C745B is #838BA4. Grayscale: #737373. Windows color (decimal): -8620965 or 5993596. OLE color: 5993596.

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

Color convert

RGB12411691-
CMYK00.060.270.51
HSL45.45º15.35%42.16%-
HSV(B)45.45º26.61%48.63%-
XYZ16.4517.5312.41-
YUV115.54114.15134.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=37.46%
G=35.05%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241169100.060.270.5145.4515.3542.16
Hex7C745B061B332df2a
Octal174164133063363551752
Binary1111100111010010110110110110111100111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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