#7C725B

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

Shades of Pablo #7C725B

Tints of Pablo #7C725B

Color information

#7C725B (or 0x7C725B) is unknown color: approx Pablo. HEX triplet: 7C, 72 and 5B. RGB value is (124,114,91). Sum of RGB (Red+Green+Blue) = 124+114+91=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C725B is #838DA4. Grayscale: #727272. Windows color (decimal): -8621477 or 5993084. OLE color: 5993084.

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

Color convert

RGB12411491-
CMYK00.080.270.51
HSL41.82º15.35%42.16%-
HSV(B)41.82º26.61%48.63%-
XYZ16.2217.0812.34-
YUV114.37114.81134.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=37.69%
G=34.65%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241149100.080.270.5141.8215.3542.16
Hex7C725B081B332af2a
Octal1741621330103363521752
Binary11111001110010101101101000110111100111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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