#7C725F

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

Shades of Pablo #7C725F

Tints of Pablo #7C725F

Color information

#7C725F (or 0x7C725F) is unknown color: approx Pablo. HEX triplet: 7C, 72 and 5F. RGB value is (124,114,95). Sum of RGB (Red+Green+Blue) = 124+114+95=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C725F is #838DA0. Grayscale: #727272. Windows color (decimal): -8621473 or 6255228. OLE color: 6255228.

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

Color convert

RGB12411495-
CMYK00.080.230.51
HSL39.31º13.24%42.94%-
HSV(B)39.31º23.39%48.63%-
XYZ16.417.1513.27-
YUV114.82116.81134.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=37.24%
G=34.23%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241149500.080.230.5139.3113.2442.94
Hex7C725F08173327d2b
Octal1741621370102763471553
Binary11111001110010101111101000101111100111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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