#7C705B

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

Shades of Pablo #7C705B

Tints of Pablo #7C705B

Color information

#7C705B (or 0x7C705B) is unknown color: approx Pablo. HEX triplet: 7C, 70 and 5B. RGB value is (124,112,91). Sum of RGB (Red+Green+Blue) = 124+112+91=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C705B is #838FA4. Grayscale: #717171. Windows color (decimal): -8621989 or 5992572. OLE color: 5992572.

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

Color convert

RGB12411291-
CMYK00.100.270.51
HSL38.18º15.35%42.16%-
HSV(B)38.18º26.61%48.63%-
XYZ15.9916.6312.26-
YUV113.19115.48135.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=37.92%
G=34.25%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241129100.100.270.5138.1815.3542.16
Hex7C705B0A1B3326f2a
Octal1741601330123363461752
Binary11111001110000101101101010110111100111001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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