#7C745D

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

Shades of Pablo #7C745D

Tints of Pablo #7C745D

Color information

#7C745D (or 0x7C745D) is unknown color: approx Pablo. HEX triplet: 7C, 74 and 5D. RGB value is (124,116,93). Sum of RGB (Red+Green+Blue) = 124+116+93=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C745D is #838BA2. Grayscale: #737373. Windows color (decimal): -8620963 or 6124668. OLE color: 6124668.

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

Color convert

RGB12411693-
CMYK00.060.250.51
HSL44.52º14.29%42.55%-
HSV(B)44.52º25%48.63%-
XYZ16.5317.5712.88-
YUV115.77115.15133.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=37.24%
G=34.83%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241169300.060.250.5144.5214.2942.55
Hex7C745D0619332de2b
Octal174164135063163551653
Binary1111100111010010111010110110011100111011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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