#7C725C

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

Shades of Pablo #7C725C

Tints of Pablo #7C725C

Color information

#7C725C (or 0x7C725C) is unknown color: approx Pablo. HEX triplet: 7C, 72 and 5C. RGB value is (124,114,92). Sum of RGB (Red+Green+Blue) = 124+114+92=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C725C is #838DA3. Grayscale: #727272. Windows color (decimal): -8621476 or 6058620. OLE color: 6058620.

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

Color convert

RGB12411492-
CMYK00.080.260.51
HSL41.25º14.81%42.35%-
HSV(B)41.25º25.81%48.63%-
XYZ16.2617.0912.57-
YUV114.48115.31134.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=37.58%
G=34.55%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241149200.080.260.5141.2514.8142.35
Hex7C725C081A3329f2a
Octal1741621340103263511752
Binary11111001110010101110001000110101100111010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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