#7C745A

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

Shades of Pablo #7C745A

Tints of Pablo #7C745A

Color information

#7C745A (or 0x7C745A) is unknown color: approx Pablo. HEX triplet: 7C, 74 and 5A. RGB value is (124,116,90). Sum of RGB (Red+Green+Blue) = 124+116+90=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C745A is #838BA5. Grayscale: #737373. Windows color (decimal): -8620966 or 5928060. OLE color: 5928060.

HSL color Cylindrical-coordinate representation of color #7C745A: hue angle of 45.88º degrees, saturation: 0.16, 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 #7C745A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12411690-
CMYK00.060.270.51
HSL45.88º15.89%41.96%-
HSV(B)45.88º27.42%48.63%-
XYZ16.417.5112.19-
YUV115.43113.65134.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 90 (35.55% from 255) = 27.27%
R=37.58%
G=35.15%
B=27.27%

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
Decimal1241169000.060.270.5145.8815.8941.96
Hex7C745A061B332e102a
Octal174164132063363562052
Binary11111001110100101101001101101111001110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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